erc20-transfer-authorization

Simple approval escrow for ERC20 spending
Log | Files | Refs

commit 3f4008577ea2b6d0e69d76da3c4c2b3d0aaa13fd
parent 3fb9fd27c4ae74d05b4bbf38318a781b9cd84ab7
Author: William Luke <williamluke4@gmail.com>
Date:   Mon, 13 Jun 2022 16:56:29 +0300

chore: bump deps

Diffstat:
M.gitignore | 2++
Mpython/requirements.txt | 7++++---
Mpython/setup.cfg | 2+-
Mpython/test_requirements.txt | 2+-
4 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -6,3 +6,4 @@ dist/ gmon.out .idea venv +.venv +\ No newline at end of file diff --git a/python/requirements.txt b/python/requirements.txt @@ -1,3 +1,3 @@ -confini~=0.5.2 -chainlib-eth~=0.0.14 -potaahto~=0.1.0 +confini>=0.5.2,<0.7.0 +chainlib-eth>=0.3.0,<0.4.0 +potaahto~=0.1.1 +\ No newline at end of file diff --git a/python/setup.cfg b/python/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = erc20-transfer-authorization -version = 0.3.7 +version = 0.4.1 description = Simple approval escrow for ERC20 spend approval author = Louis Holbrook author_email = dev@holbrook.no diff --git a/python/test_requirements.txt b/python/test_requirements.txt @@ -1,3 +1,3 @@ eth-tester==0.5.0b3 py-evm==0.3.0a20 -eth-erc20~=0.1.4 +eth-erc20~=0.4.0