Skip to content

Commit 4de6cc4

Browse files
authored
chore(deps): update dependency django to v4.2.2 (GoogleCloudPlatform#10156)
1 parent 7240c1e commit 4de6cc4

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==4.2.1
1+
Django==4.2.2
22
gunicorn==20.1.0
33
psycopg2-binary==2.9.6
44
django-environ==0.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==4.2.1
1+
Django==4.2.2
22
gunicorn==20.1.0

appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==4.2.1
1+
Django==4.2.2
22
gunicorn==20.1.0
33
psycopg2-binary==2.9.6
44
django-environ==0.10.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==4.2.1
1+
Django==4.2.2
22
gunicorn==20.1.0

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==4.2.1; python_version >= '3.8'
2-
Django==4.2.1; python_version < '3.8'
1+
Django==4.2.2; python_version >= '3.8'
2+
Django==4.2.2; python_version < '3.8'
33
# Uncomment the mysqlclient requirement if you are using MySQL rather than
44
# PostgreSQL. You must also have a MySQL client installed in that case.
55
#mysqlclient==1.4.1

run/django/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==4.2.1; python_version >= '3.8'
2-
Django==4.2.1; python_version < '3.8'
1+
Django==4.2.2; python_version >= '3.8'
2+
Django==4.2.2; python_version < '3.8'
33
django-storages[google]==1.13.2
44
django-environ==0.10.0
55
psycopg2-binary==2.9.6

0 commit comments

Comments
 (0)