Skip to content

Commit 4b791e0

Browse files
authored
chore(deps): update dependency django to v4.2.24 (#13582)
1 parent 0ab9566 commit 4b791e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django==5.2.5; python_version >= "3.10"
2-
Django==4.2.23; python_version >= "3.8" and python_version < "3.10"
2+
Django==4.2.24; python_version >= "3.8" and python_version < "3.10"
33
# Uncomment the mysqlclient requirement if you are using MySQL rather than
44
# PostgreSQL. You must also have a MySQL client installed in that case.
55
#mysqlclient==1.4.1

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django==5.2.5; python_version >= "3.10"
2-
Django==4.2.23; python_version >= "3.8" and python_version < "3.10"
2+
Django==4.2.24; python_version >= "3.8" and python_version < "3.10"
33
django-storages[google]==1.14.6
44
django-environ==0.12.0
55
psycopg2-binary==2.9.10

0 commit comments

Comments
 (0)