From 0783b75fab299f0e8939ad045c7a0221949eb9ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 19:14:14 +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-6036192 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 626be4a..eded7cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,8 +20,9 @@ SQLAlchemy==2.0.19 WTForms==3.0.1 passlib==1.7.4 bcrypt==4.0.1 -cryptography==41.0.3 +cryptography==41.0.5 mysqlclient==2.2.0 pinecone-client==2.2.2 bleach==6.0.0 -oauthlib==3.2.2 \ No newline at end of file +oauthlib==3.2.2 +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file