Skip to content

chore(deps): update dependency django to v5.2 #13285

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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==5.1.7
Django==5.2
gunicorn==23.0.0
psycopg2-binary==2.9.10
django-environ==0.11.2
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==5.1.7
Django==5.2
gunicorn==23.0.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==5.1.7
Django==5.2
gunicorn==23.0.0
psycopg2-binary==2.9.10
django-environ==0.11.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==5.1.7
Django==5.2
gunicorn==23.0.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==5.1.7; python_version >= "3.10"
Django==5.2; python_version >= "3.10"
Django==4.2.20; python_version >= "3.8" and python_version < "3.10"
# Uncomment the mysqlclient requirement if you are using MySQL rather than
# PostgreSQL. You must also have a MySQL client installed in that case.
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==5.1.7; python_version >= "3.10"
Django==5.2; python_version >= "3.10"
Django==4.2.20; python_version >= "3.8" and python_version < "3.10"
django-storages[google]==1.14.5
django-environ==0.11.2
Expand Down