diff --git a/pyproject.toml b/pyproject.toml index cc441a2..1379334 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "prompt_toolkit>=3", "pygments>=2", "requests>=2", - "safe-eth-py==7.17.0", + "safe-eth-py==7.17.1", "tabulate>=0.8", "typer>=0.14.0", ] diff --git a/requirements.txt b/requirements.txt index 2e9a25e..cbc89b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ packaging>=24.2 prompt_toolkit==3.0.52 pygments==2.19.2 requests==2.32.5 -safe-eth-py==7.17.0 +safe-eth-py==7.17.1 tabulate==0.9.0 trezor==0.13.10 typer==0.20.0