From 5ca39067af9866f654709e91f3154673b0e3b6ed Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 1 Oct 2025 20:57:35 +0000 Subject: [PATCH 1/3] chore(deps): update dependency django to v5.2.7 --- appengine/flexible/django_cloudsql/requirements.txt | 2 +- appengine/flexible/hello_world_django/requirements.txt | 2 +- .../django_cloudsql/requirements.txt | 2 +- .../hello_world_django/requirements.txt | 2 +- kubernetes_engine/django_tutorial/requirements.txt | 4 ++-- run/django/requirements.txt | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index 284290f2532..529787b5c44 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.5 +Django==5.2.7 gunicorn==23.0.0 psycopg2-binary==2.9.10 django-environ==0.12.0 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 564852cb740..2174f59e58d 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==5.2.5 +Django==5.2.7 gunicorn==23.0.0 diff --git a/appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt b/appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt index 284290f2532..529787b5c44 100644 --- a/appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt +++ b/appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.5 +Django==5.2.7 gunicorn==23.0.0 psycopg2-binary==2.9.10 django-environ==0.12.0 diff --git a/appengine/flexible_python37_and_earlier/hello_world_django/requirements.txt b/appengine/flexible_python37_and_earlier/hello_world_django/requirements.txt index 564852cb740..2174f59e58d 100644 --- a/appengine/flexible_python37_and_earlier/hello_world_django/requirements.txt +++ b/appengine/flexible_python37_and_earlier/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==5.2.5 +Django==5.2.7 gunicorn==23.0.0 diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index 0c01249d943..61cde26a4fd 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ -Django==5.2.5; python_version >= "3.10" -Django==4.2.24; python_version >= "3.8" and python_version < "3.10" +Django==5.2.7; python_version >= "3.10" +Django==5.2.7; python_version >= "3.8" and python_version < "3.10" # Uncomment the mysqlclient requirement if you are using MySQL rather than # PostgreSQL. You must also have a MySQL client installed in that case. #mysqlclient==1.4.1 diff --git a/run/django/requirements.txt b/run/django/requirements.txt index 92897c3072e..366098ce762 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,5 +1,5 @@ -Django==5.2.5; python_version >= "3.10" -Django==4.2.24; python_version >= "3.8" and python_version < "3.10" +Django==5.2.7; python_version >= "3.10" +Django==5.2.7; python_version >= "3.8" and python_version < "3.10" django-storages[google]==1.14.6 django-environ==0.12.0 psycopg2-binary==2.9.10 From 810935adedddf10d070060c151e0af523bb47792 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Thu, 2 Oct 2025 07:20:04 +1000 Subject: [PATCH 2/3] Update run/django/requirements.txt --- run/django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/django/requirements.txt b/run/django/requirements.txt index 366098ce762..efacbd534bb 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,5 +1,5 @@ Django==5.2.7; python_version >= "3.10" -Django==5.2.7; python_version >= "3.8" and python_version < "3.10" +Django==4.2.25; python_version >= "3.8" and python_version < "3.10" django-storages[google]==1.14.6 django-environ==0.12.0 psycopg2-binary==2.9.10 From 2623f4c6794e666a92b6d793e3d4ebacfff83da9 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Thu, 2 Oct 2025 07:36:32 +1000 Subject: [PATCH 3/3] Update kubernetes_engine/django_tutorial/requirements.txt --- kubernetes_engine/django_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index 61cde26a4fd..a27de99c365 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ Django==5.2.7; python_version >= "3.10" -Django==5.2.7; python_version >= "3.8" and python_version < "3.10" +Django==4.2.25; python_version >= "3.8" and python_version < "3.10" # Uncomment the mysqlclient requirement if you are using MySQL rather than # PostgreSQL. You must also have a MySQL client installed in that case. #mysqlclient==1.4.1