From fc3ae4a8f15686e1120687bccb19b540ac79e451 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Sep 2025 09:06:50 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-12485156 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aa99543d..7e2ce4d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.29 +Django==4.2.24 git+https://github.com/dbca-wa/dpaw-utils.git@0.3a16#egg=dpaw-utils git+https://github.com/django-oscar/django-oscar.git@8a3288da439cc2a878f44ae5c5101043e658d2a2#egg=django-oscar git+https://github.com/xzzy/django_crispy_jcaptcha.git#egg=django_crispy_jcaptcha