diff --git a/pyproject.toml b/pyproject.toml index b001734..5b66e39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "requests>=2", "safe-eth-py>=6.0.0b41", "tabulate>=0.8", - "typer==0.13.1", + "typer==0.14.0", ] [project.optional-dependencies] diff --git a/requirements.txt b/requirements.txt index 2ce376e..b7bda98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,5 +9,5 @@ requests==2.32.3 safe-eth-py==6.0.0b41 tabulate==0.9.0 trezor==0.13.9 -typer==0.13.1 +typer==0.14.0 web3==6.20.2