From 54ed1670e90fe80afce22656247ace722b65abdd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 Feb 2026 20:32:57 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-15263096 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60c7a8d..0f0c667 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,7 @@ python-dotenv>=1.0.0 psutil>=5.9.0 # Security (if needed) -cryptography>=41.0.0 +cryptography>=46.0.5 # Optional: For better JSON handling orjson>=3.9.0 \ No newline at end of file