From 7747f63b15ae0e0a648585f53a07d530c0f3143b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 29 Mar 2026 16:34:05 +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-15809188 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2cd9e9..f511fee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ dill==0.3.4 jsonpickle==2.0.0 # Cryptography (older versions with known issues) -cryptography==3.4.7 +cryptography==46.0.6 pyOpenSSL==20.0.1 paramiko==2.7.2