From 007551f1c6a93a9c2b705a295c7ca50251798324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 07:19:34 +0000 Subject: [PATCH] chore(deps): Update keyring requirement in /money-machine/src-python Updates the requirements on [keyring](https://github.com/jaraco/keyring) to permit the latest version. - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/keyring/compare/v24.0.0...v25.7.0) --- updated-dependencies: - dependency-name: keyring dependency-version: 25.7.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..63d5fba 100644 --- a/money-machine/src-python/requirements.txt +++ b/money-machine/src-python/requirements.txt @@ -8,7 +8,7 @@ google-generativeai>=0.3.0 pyyaml>=6.0 python-dotenv>=1.2.2 # IPC auth token storage (optional; falls back to env var when missing). -keyring>=24.0.0 +keyring>=25.7.0 # Ed25519 signing for the MT5 adapter (signed signals to the Worker relay). # Pinned >=44.0.0 to clear the NULL pointer dereference, OpenSSL # subgroup attack, and buffer overflow CVEs that affect the 42.x