Skip to content

Commit

Permalink
chore(deps): update dependency django to v4 (#7208)
Browse files Browse the repository at this point in the history
* 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 <6719667+leahecole@users.noreply.github.com>
  • Loading branch information
renovate-bot and leahecole authored Jan 28, 2022
1 parent d9078b5 commit 93f509c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.11
Django==4.0.1
gunicorn==20.1.0
psycopg2-binary==2.9.3
django-environ==0.8.1
Expand Down
4 changes: 1 addition & 3 deletions appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
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==4.0.1
gunicorn==20.1.0; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
2 changes: 1 addition & 1 deletion appengine/standard_python3/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.11
Django==4.0.1
django-environ==0.8.1
psycopg2-binary==2.9.3
google-cloud-secret-manager==2.8.0
2 changes: 1 addition & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.11
Django==4.0.1
# 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
Expand Down
2 changes: 1 addition & 1 deletion run/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.11
Django==4.0.1
django-storages[google]==1.12.3
django-environ==0.8.1
psycopg2-binary==2.9.3
Expand Down

0 comments on commit 93f509c

Please sign in to comment.