From 8f70eed32d816817427e285e1da1b1c48f5db23a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 20:49:10 +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 1bae371..f35402c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography==2.8 +cryptography==46.0.5 openssl-python==0.1.1 pika==1.1.0 Pillow==7.0.0