From 3643e66e10c9d155e0ddb8df40589276ba4dadc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 22:01:50 +0000 Subject: [PATCH] Bump WEB3 and ETH dependencies --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dbcc16a..b6abc6b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,17 +23,17 @@ packages = [ python = '>=3.7.2,<3.12' # Shared Ribbon & Thetanuts -eth-abi = '4.0.0' -eth-account = '0.8.0' +eth-abi = '4.2.1' +eth-account = '0.9.0' eth-keys = '0.4.0' -eth-typing = '3.3.0' -eth-utils = '2.1.0' -web3 = '6.4.0' +eth-typing = '3.5.0' +eth-utils = '2.2.2' +web3 = '6.11.0' # Ribbon only cryptography = '38.0.4' pyOpenSSL = '22.0.0' -eth-hash = '0.5.1' +eth-hash = '0.5.2' eth-keyfile = '0.6.1' eth-rlp = '0.3.0'