From 8302729b1d52bfc35d6bbbf3c04d9071f0dc6bd7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 2 Apr 2025 16:51:53 +0000 Subject: [PATCH 1/2] chore(deps): update dependency django to v5.2 --- 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 4895195d64f..067419ccf3f 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==5.1.7 +Django==5.2 gunicorn==23.0.0 psycopg2-binary==2.9.10 django-environ==0.11.2 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 033edc8579a..03508933c3e 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==5.1.7 +Django==5.2 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 4895195d64f..067419ccf3f 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.1.7 +Django==5.2 gunicorn==23.0.0 psycopg2-binary==2.9.10 django-environ==0.11.2 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 033edc8579a..03508933c3e 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.1.7 +Django==5.2 gunicorn==23.0.0 diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index 055d8f2d13e..3fc428d9cb2 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ -Django==5.1.7; python_version >= "3.10" -Django==4.2.20; python_version >= "3.8" and python_version < "3.10" +Django==5.2; python_version >= "3.10" +Django==5.2; 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 ce22a17f411..9e2f1f20b26 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,5 +1,5 @@ -Django==5.1.7; python_version >= "3.10" -Django==4.2.20; python_version >= "3.8" and python_version < "3.10" +Django==5.2; python_version >= "3.10" +Django==5.2; python_version >= "3.8" and python_version < "3.10" django-storages[google]==1.14.5 django-environ==0.11.2 psycopg2-binary==2.9.10 From 5dcb9752d08d6fad7e358e21201ce31f8bf815c0 Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Thu, 3 Apr 2025 08:55:30 +1100 Subject: [PATCH 2/2] Revert pinned versions --- kubernetes_engine/django_tutorial/requirements.txt | 2 +- run/django/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index 3fc428d9cb2..575b286e35a 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ Django==5.2; python_version >= "3.10" -Django==5.2; python_version >= "3.8" and python_version < "3.10" +Django==4.2.20; 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 9e2f1f20b26..8a6e5d7d6f1 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,5 +1,5 @@ Django==5.2; python_version >= "3.10" -Django==5.2; python_version >= "3.8" and python_version < "3.10" +Django==4.2.20; python_version >= "3.8" and python_version < "3.10" django-storages[google]==1.14.5 django-environ==0.11.2 psycopg2-binary==2.9.10