From 6e517bb543b33ae0ce5380072c220220f1274aaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 19:28:09 +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-6092044 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 626be4a..d0139b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ SQLAlchemy==2.0.19 WTForms==3.0.1 passlib==1.7.4 bcrypt==4.0.1 -cryptography==41.0.3 +cryptography==41.0.6 mysqlclient==2.2.0 pinecone-client==2.2.2 bleach==6.0.0