From 02a2e3413bec9dc33e645d6db7c166e9d6a8161b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Feb 2023 09:45:17 +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 f2ae9919..682efbd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ certifi==2019.6.16 cffi==1.14.4 chardet==3.0.4 Click==7.0 -cryptography==3.3.1 +cryptography==39.0.1 Django==2.2.4 django-cors-headers==3.0.2 django-grappelli==2.13.1