From 42729b95668fda4dbb3ea07ecf7bab2300b502e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 5 May 2023 03:39:30 +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-5496950 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 295401414..aa67a959d 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==3.2.19 jinja2==2.6 markupsafe==0.15 webapp2==2.3