diff --git a/pyproject.toml b/pyproject.toml index 650b2cd6..d8ca16b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,8 +26,8 @@ python = '>=3.7.2,<3.12' 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' +eth-typing = '4.3.0' +eth-utils = '4.1.1' web3 = '6.4.0' # Ribbon only @@ -35,7 +35,7 @@ cryptography = '41.0.4' pyOpenSSL = '22.0.0' eth-hash = '0.5.1' eth-keyfile = '0.6.1' -eth-rlp = '0.3.0' +eth-rlp = '2.1.0' [tool.black] target-version = ['py310']