From 78f380c5151e9ad1d6d386bd94708fe2b98010c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:02:07 +0000 Subject: [PATCH] Bump typer from 0.20.0 to 0.21.0 Bumps [typer](https://github.com/fastapi/typer) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.20.0...0.21.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e9a25e..02516e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ requests==2.32.5 safe-eth-py==7.17.0 tabulate==0.9.0 trezor==0.13.10 -typer==0.20.0 +typer==0.21.0 web3==7.14.0