commit d6b8bfe250ed282efa220e9b443852bfafe8473e parent eb2f0cb633649ed52511bbdfa5e069dd9e807d2f Author: nolash <dev@holbrook.no> Date: Mon, 15 Nov 2021 14:39:06 +0100 Upgrade deps Diffstat:
M | python/requirements.txt | | | 6 | +++--- |
M | python/setup.cfg | | | 2 | +- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ -confini>=0.3.6rc3,<0.5.0 -chainlib-eth>=0.0.10a6,<0.1.0 -funga-eth==0.5.1a2 +confini~=0.5.1 +chainlib-eth~=0.0.12 +funga-eth==0.5.1 diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = eth-owned -version = 0.0.4a2 +version = 0.0.4a3 description = EIP 173 interface and tools author = Louis Holbrook author_email = dev@holbrook.no