From d9f39472849cb8cf34dcc772386cf9cb08ef2f17 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Jun 2023 00:31:20 +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-5663682 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2ae9919..fa00a432 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==41.0.0 Django==2.2.4 django-cors-headers==3.0.2 django-grappelli==2.13.1