From 6b62506852a72632583314ff7c70973b7c14a9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:45:47 +0000 Subject: [PATCH] Update eth-account requirement from >=0.13.4 to >=0.13.7 Updates the requirements on [eth-account](https://github.com/ethereum/eth-account) to permit the latest version. - [Changelog](https://github.com/ethereum/eth-account/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-account/compare/v0.13.4...v0.13.7) --- updated-dependencies: - dependency-name: eth-account dependency-version: 0.13.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbfd1d6..2a815c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Etherisc Platform API" readme = "README.md" requires-python = ">=3.12" dependencies = [ - "eth-account>=0.13.4", + "eth-account>=0.13.7", "fastapi>=0.115.6", "iso3166>=2.1.1", "jwt>=1.3.1",