From 22c9751699a6d60e0f0c18665b3acd439cb68501 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Nov 2022 06:25:07 +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-1070544 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2ae9919..d13a13a9 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==3.3.2 Django==2.2.4 django-cors-headers==3.0.2 django-grappelli==2.13.1