From 9a139376bf29ce82ebc062738c807ba04ab38097 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 21:30:45 +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-15263096 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d92eb4f6a4b..8c6e6bd6d16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ Markdown==3.8 openpyxl==3.1.5 Pillow==11.2.1 # required by django-imagekit psycopg[c]==3.2.7 -cryptography==44.0.2 +cryptography==46.0.5 python-dateutil==2.9.0.post0 pytz==2025.1 redis==5.2.1