From 796a636b84353eaa1dae54962afca2ae476dfbca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:04:34 +0000 Subject: [PATCH] chore(pip)(deps-dev): update eth-keyfile requirement Updates the requirements on [eth-keyfile](https://github.com/ethereum/eth-keyfile) to permit the latest version. Updates `eth-keyfile` to 0.9.1 - [Changelog](https://github.com/ApeWorX/eth-keyfile/blob/main/CHANGELOG.rst) - [Commits](https://github.com/ethereum/eth-keyfile/compare/v0.8.1...v0.9.1) --- updated-dependencies: - dependency-name: eth-keyfile dependency-version: 0.9.1 dependency-type: direct:development dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyproject.toml b/tests/pyproject.toml index a4cf15c..3f8651a 100644 --- a/tests/pyproject.toml +++ b/tests/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [] [dependency-groups] dev = [ - "eth-keyfile>=0.8.1,<0.9", + "eth-keyfile>=0.8.1,<0.10", "eth-utils>=6.0.0,<6.1", "py-solc-x==2.0.5", "pycryptodome>=3.23.0,<4",