Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion money-machine/src-python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading