From aa97189aeead73d0a9e22b8a94b7a76d2348268a Mon Sep 17 00:00:00 2001 From: sword-snyk-bot <123995544+sword-snyk-bot@users.noreply.github.com> Date: Thu, 13 Jun 2024 10:17:39 +0100 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities (#142) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-7161587 Co-authored-by: snyk-bot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f770af2048c..329503b8a62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ mysqlclient==2.1.1 openpyxl==3.1.2 Pillow==10.3.0 # required by django-imagekit psycopg2-binary==2.9.9 -cryptography==42.0.7 +cryptography==42.0.8 python-dateutil==2.9.0.post0 pytz==2024.1 redis==5.0.4