From ea3c783a14ea8b2f9726c70ae766f7dd0cce6149 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Feb 2026 13:53:54 +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 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-15183335 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 284419d..81b7334 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django>=2.1.6 +django>=4.2.28 mysqlclient==1.4.2.post1 pycodestyle==2.5.0 django-mptt==0.10.0 @@ -19,3 +19,4 @@ plotly==3.9.0 django-hitcount==1.3.0 django-jet==1.0.8 django-rest-auth==0.9.5 +cryptography>=46.0.5 # not directly required, pinned by Snyk to avoid a vulnerability