From c6c0221514ba03f54362f47cefec15e0f9ffb01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:19:39 +0000 Subject: [PATCH] chore(deps): Update cryptography requirement Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.0.0 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 c0be0b4..490eebe 100644 --- a/money-machine/src-python/requirements.txt +++ b/money-machine/src-python/requirements.txt @@ -13,7 +13,7 @@ keyring>=24.0.0 # Pinned >=44.0.0 to clear the NULL pointer dereference, OpenSSL # subgroup attack, and buffer overflow CVEs that affect the 42.x # and 45.x series. Bump again if a new advisory lands. -cryptography>=44.0.0 +cryptography>=48.0.0 # EVM transaction signing for the on-chain swap adapter. eth-account>=0.10.0 # Gymnasium env contract for the RL surface in engine.rl.