Skip to content

Commit

Permalink
chore(deps): update dependency django to v4.2.2 (#10156)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jun 12, 2023
1 parent 7240c1e commit 4de6cc4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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==4.2.1
Django==4.2.2
gunicorn==20.1.0
psycopg2-binary==2.9.6
django-environ==0.10.0
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==4.2.1
Django==4.2.2
gunicorn==20.1.0
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==4.2.1
Django==4.2.2
gunicorn==20.1.0
4 changes: 2 additions & 2 deletions kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions run/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4de6cc4

Please sign in to comment.