From 11afba22ddc9be19956748f828b82559e28c67f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 13:02:35 +0000 Subject: [PATCH] Bump safe-eth-py from 7.17.0 to 7.17.1 Bumps [safe-eth-py](https://github.com/safe-global/safe-eth-py) from 7.17.0 to 7.17.1. - [Release notes](https://github.com/safe-global/safe-eth-py/releases) - [Commits](https://github.com/safe-global/safe-eth-py/compare/v7.17.0...v7.17.1) --- updated-dependencies: - dependency-name: safe-eth-py dependency-version: 7.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 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