From 25f835d21430eb1a8d17b432c13dca2b604ac937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:22:46 +0000 Subject: [PATCH] chore(deps): Update eth-account requirement in /money-machine/src-python Updates the requirements on [eth-account](https://github.com/ethereum/eth-account) to permit the latest version. - [Changelog](https://github.com/ApeWorX/eth-account/blob/main/docs/release_notes.rst) - [Commits](https://github.com/ethereum/eth-account/compare/v0.10.0...v0.13.7) --- updated-dependencies: - dependency-name: eth-account dependency-version: 0.13.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- money-machine/src-python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/money-machine/src-python/requirements.txt b/money-machine/src-python/requirements.txt index 9e1f980..d880d05 100644 --- a/money-machine/src-python/requirements.txt +++ b/money-machine/src-python/requirements.txt @@ -15,6 +15,6 @@ keyring>=24.0.0 # and 45.x series. Bump again if a new advisory lands. cryptography>=44.0.0 # EVM transaction signing for the on-chain swap adapter. -eth-account>=0.10.0 +eth-account>=0.13.7 # Gymnasium env contract for the RL surface in engine.rl. gymnasium>=1.3.0