From 4c0e3a38dbe2f13e52607eb0a840bff6dab227de Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 20:54:44 +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-6036192 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 224be5d89..afb3c1305 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ openpyxl==3.0.9 xlrd==1.2.0 Pillow==8.4.0 # required by django-imagekit psycopg2-binary==2.9.1 -cryptography==35.0.0 +cryptography==41.0.5 python-dateutil==2.8.2 pytz==2021.3 redis==3.5.3