From e573b50db399e1949ac8eaffca93602537bf892b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:36:20 +0000 Subject: [PATCH] chore(deps): update dependency django to v5 --- appengine/flexible/django_cloudsql/requirements.txt | 4 ++-- appengine/flexible/hello_world_django/requirements.txt | 6 +++--- appengine/standard/django/requirements-vendor.txt | 2 +- appengine/standard/django/requirements.txt | 2 +- appengine/standard_python3/django/requirements.txt | 2 +- kubernetes_engine/django_tutorial/requirements.txt | 6 +++--- run/django/requirements.txt | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index d6f050a0b0e..e7b61ee7cd9 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,5 +1,5 @@ -Django==3.0.2; python_version > '3.5' -Django==2.2.9; python_version == '3.5' +Django==5.0; python_version > '3.5' +Django==5.0; python_version == '3.5' # mysqlclient==1.4.1 # Uncomment this line if using MySQL wheel==0.36.2 gunicorn==20.0.4 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 465b3be2350..aa59f8807d3 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,5 +1,5 @@ -Django==3.0.2; python_version > '3.5' -Django==2.2.9; python_version == '3.5' -Django==1.11.27; python_version < '3.0' +Django==5.0; python_version > '3.5' +Django==5.0; python_version == '3.5' +Django==5.0; python_version < '3.0' gunicorn==20.0.4; python_version > '3.0' gunicorn==19.10.0; python_version < '3.0' diff --git a/appengine/standard/django/requirements-vendor.txt b/appengine/standard/django/requirements-vendor.txt index f2292a7fe9a..c98933bdea1 100644 --- a/appengine/standard/django/requirements-vendor.txt +++ b/appengine/standard/django/requirements-vendor.txt @@ -1 +1 @@ -Django<2.0.0,>=1.11.8 +Django<5.1.0,>=5.0 diff --git a/appengine/standard/django/requirements.txt b/appengine/standard/django/requirements.txt index 84f73ce6c67..4eb22d243ee 100644 --- a/appengine/standard/django/requirements.txt +++ b/appengine/standard/django/requirements.txt @@ -1,2 +1,2 @@ PyMySQL==0.10.1; python_version < '3.0' # needs to stay under 1.0.0 for Python 2 support -Django==1.11.29; python_version < '3.0' # needs to stay under 2.0.0 for Python 2 support +Django==5.0; python_version < '3.0' # needs to stay under 2.0.0 for Python 2 support diff --git a/appengine/standard_python3/django/requirements.txt b/appengine/standard_python3/django/requirements.txt index b7026034088..4bd0224bff3 100644 --- a/appengine/standard_python3/django/requirements.txt +++ b/appengine/standard_python3/django/requirements.txt @@ -1,2 +1,2 @@ -Django==3.1.7 +Django==5.0 PyMySQL==1.0.2 diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index f2682968092..2336afa65ba 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,6 +1,6 @@ -Django==3.0.2; python_version > '3.5' -Django==2.2.9; python_version == '3.5' -Django==1.11.28;python_version < '3.0' +Django==5.0; python_version > '3.5' +Django==5.0; python_version == '3.5' +Django==5.0;python_version < '3.0' # 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 bb5173c10e8..dd4062a0786 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,4 +1,4 @@ -Django==3.1.7 +Django==5.0 django-storages[google]==1.11.1 django-environ==0.4.5 psycopg2-binary==2.8.6