Skip to content

Commit

Permalink
chore(deps): update dependency django to v3.2.25 (#11340)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 21, 2024
1 parent 9554681 commit 6b55606
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world_django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==5.0.3; python_version >= "3.10"
Django==4.2.8; python_version >= "3.8" and python_version < "3.10"
Django==3.2.23; python_version < "3.8"
Django==3.2.25; python_version < "3.8"
gunicorn==20.1.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==5.0.3; python_version >= "3.10"
Django==4.2.8; python_version >= "3.8" and python_version < "3.10"
Django==3.2.23; python_version < "3.8"
Django==3.2.25; python_version < "3.8"
gunicorn==20.1.0
psycopg2-binary==2.9.9
django-environ==0.10.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==5.0.3; python_version >= "3.10"
Django==4.2.8; python_version >= "3.8" and python_version < "3.10"
Django==3.2.23; python_version < "3.8"
Django==3.2.25; python_version < "3.8"
gunicorn==20.1.0
2 changes: 1 addition & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==5.0.3; python_version >= "3.10"
Django==4.2.8; python_version >= "3.8" and python_version < "3.10"
Django==3.2.23; python_version < "3.8"
Django==3.2.25; 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
2 changes: 1 addition & 1 deletion run/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==5.0.3; python_version >= "3.10"
Django==4.2.8; python_version >= "3.8" and python_version < "3.10"
Django==3.2.23; python_version < "3.8"
Django==3.2.25; python_version < "3.8"
django-storages[google]==1.13.2
django-environ==0.10.0
psycopg2-binary==2.9.9
Expand Down

0 comments on commit 6b55606

Please sign in to comment.