Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 93f509c

Browse files
chore(deps): update dependency django to v4 (GoogleCloudPlatform#7208)
* chore(deps): update dependency django to v4 * Update appengine/standard/django/requirements.txt * Update appengine/flexible/hello_world_django/requirements.txt Co-authored-by: Leah E. Cole <[email protected]>
1 parent d9078b5 commit 93f509c

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

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==3.2.11
1+
Django==4.0.1
22
gunicorn==20.1.0
33
psycopg2-binary==2.9.3
44
django-environ==0.8.1
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Django==3.0.2; python_version > '3.5'
2-
Django==2.2.9; python_version == '3.5'
3-
Django==1.11.27; python_version < '3.0'
1+
Django==4.0.1
42
gunicorn==20.1.0; python_version > '3.0'
53
gunicorn==19.10.0; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==3.2.11
1+
Django==4.0.1
22
django-environ==0.8.1
33
psycopg2-binary==2.9.3
44
google-cloud-secret-manager==2.8.0

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==3.2.11
1+
Django==4.0.1
22
# Uncomment the mysqlclient requirement if you are using MySQL rather than
33
# PostgreSQL. You must also have a MySQL client installed in that case.
44
#mysqlclient==1.4.1

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==3.2.11
1+
Django==4.0.1
22
django-storages[google]==1.12.3
33
django-environ==0.8.1
44
psycopg2-binary==2.9.3

0 commit comments

Comments
 (0)