From a6a1ad4e3314ab68d4d6d8f63866eb755ee8265b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Feb 2023 18:53:08 +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-3316038 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-3316211 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 24b5556..b4b758d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asn1crypto==0.22.0 certifi==2017.7.27.1 cffi==1.11.0 chardet==3.0.4 -cryptography==2.3 +cryptography==39.0.1 dj-database-url==0.4.2 dj-static==0.0.6 Django==1.11.19