From d8dad75a5959e7cd6b848f7713e5b3cd2596f1f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 21:13:21 +0000 Subject: [PATCH] Bump WEB3 and ETH dependencies --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 650b2cd6..836aefca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,17 +24,17 @@ python = '>=3.7.2,<3.12' # Shared Ribbon & Thetanuts eth-abi = '4.0.0' -eth-account = '0.8.0' -eth-keys = '0.4.0' -eth-typing = '3.3.0' -eth-utils = '2.1.0' -web3 = '6.4.0' +eth-account = '0.10.0' +eth-keys = '0.5.0' +eth-typing = '3.5.2' +eth-utils = '2.3.1' +web3 = '6.13.0' # Ribbon only cryptography = '41.0.4' pyOpenSSL = '22.0.0' -eth-hash = '0.5.1' -eth-keyfile = '0.6.1' +eth-hash = '0.6.0' +eth-keyfile = '0.7.0' eth-rlp = '0.3.0' [tool.black]