From 62136ed0504c2f2cf93cdce1e0d9e4cc963c78ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 14:15:59 +0000 Subject: [PATCH] Bump typer from 0.13.1 to 0.14.0 Bumps [typer](https://github.com/fastapi/typer) from 0.13.1 to 0.14.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.13.1...0.14.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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