From ab5c367cb8df2544a37ee383036290a74fbde0df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Jun 2023 20:37:04 +0000 Subject: [PATCH] chore(deps): update dependency django to v4.2.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 9d2ce4ad986..7911c09ed6a 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.1 +Django==4.2.2 gunicorn==20.1.0 psycopg2-binary==2.9.6 django-environ==0.10.0 diff --git a/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index 0732b960a21..4b6f94d8d60 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==4.2.1 +Django==4.2.2 gunicorn==20.1.0 diff --git a/appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt b/appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt index 9d2ce4ad986..7911c09ed6a 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==4.2.1 +Django==4.2.2 gunicorn==20.1.0 psycopg2-binary==2.9.6 django-environ==0.10.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 0732b960a21..4b6f94d8d60 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==4.2.1 +Django==4.2.2 gunicorn==20.1.0 diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index 842aa22ae63..acc3261f054 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ -Django==4.2.1; python_version >= '3.8' -Django==4.2.1; python_version < '3.8' +Django==4.2.2; python_version >= '3.8' +Django==4.2.2; python_version < '3.8' # 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 3eb478b7fb4..05270e6cd79 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,5 +1,5 @@ -Django==4.2.1; python_version >= '3.8' -Django==4.2.1; python_version < '3.8' +Django==4.2.2; python_version >= '3.8' +Django==4.2.2; python_version < '3.8' django-storages[google]==1.13.2 django-environ==0.10.0 psycopg2-binary==2.9.6