From 0af6a14a0d529f976df2e9021355459342d4c77c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 11:15:14 +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-15183335 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 295401414..1b2390107 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # during development. # GAE packages should match the "libraries" section of app.yaml -django==1.2 +django==4.2.28 jinja2==2.6 markupsafe==0.15 webapp2==2.3