commit b394845d72779c9c104f50195c5a3ec7991eed7d parent eafb7ed8b63c1901e32e99bcfc22845a8271e3a5 Author: lash <dev@holbrook.no> Date: Mon, 15 Apr 2024 11:29:20 +0100 Upgrade deps, bump minor version Diffstat:
M | python/requirements.txt | | | 2 | +- |
M | python/setup.cfg | | | 2 | +- |
M | python/test_requirements.txt | | | 7 | ++++--- |
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/python/requirements.txt b/python/requirements.txt @@ -1 +1 @@ -chainlib-eth~=0.4.22 +chainlib-eth~=0.6.2 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-limiter -version = 0.0.3 +version = 0.1.0 description = ERC20 balance limit registry author = Louis Holbrook author_email = dev@holbrook.no diff --git a/python/test_requirements.txt b/python/test_requirements.txt @@ -1,3 +1,4 @@ -eth_tester==0.5.0b3 -py-evm==0.3.0a20 -eth-interface==0.1.1 +eth_tester==0.10.0b4 +py-evm==0.10.0b4 +rlp==3.0.0 +#eth-interface==0.2.0