From 26cd5a681c04b274060e38a7521a92120932d1d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Sep 2025 06:15:40 +0000 Subject: [PATCH] fix: appengine/flexible/hello_world_django/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-12485156 --- appengine/flexible/hello_world_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 110ee9c2e19..fd960d2389c 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.5 +Django==4.2.24 gunicorn==19.9.0