From 709d4915f95065f357aef8b2c244f6a5d10a7e65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Nov 2023 14:25:01 +0000 Subject: [PATCH] fix: app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6092044 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index fbca5dec..49afed82 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,7 +1,7 @@ APScheduler==3.10.0 boto3==1.26.79 botocore==1.29.138 -cryptography==41.0.0 +cryptography==41.0.6 endesive==2.0.9 Flask_Caching==2.0.2 flask_dance==6.2.0