From bf2e180216febdbb3e340ab026db9f6c39b5be83 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Aug 2023 19:51:27 +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-5813745 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813746 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813750 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 85eeee42f..a253818c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bcrypt==3.2.0 blinker==1.4 -cryptography==3.4.8 +cryptography==41.0.3 Flask==2.0.1 Flask-Compress==1.10.1 Flask-Cors==3.0.10