From d04f167d9c13cbad904581408c758b97da998ac0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jun 2024 18:54:58 +0000 Subject: [PATCH] fix: backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6913422 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 2d453cd..e71345f 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,7 +1,7 @@ blinker==1.4 cffi==1.13.2 Click==7.0 -cryptography==2.8 +cryptography==42.0.8 Flask==1.1.1 Flask-Login==0.4.1 Flask-SQLAlchemy==2.4.1