Skip to content

Commit b1e502e

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency django to v5.1.6 (#13135)
* chore(deps): update dependency django to v5.1.6 * Update run/django/requirements.txt * Unpin deps for appengine to since CI complexity is minimal --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent 8a8b32e commit b1e502e

File tree

6 files changed

+9
-16
lines changed

6 files changed

+9
-16
lines changed

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
1+
Django==5.1.6
32
gunicorn==23.0.0
43
psycopg2-binary==2.9.10
54
django-environ==0.11.2
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
3-
Django==5.1.5; python_version < "3.8"
1+
Django==5.1.6
42
gunicorn==23.0.0

appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
3-
Django==5.1.5; python_version < "3.8"
1+
Django==5.1.6
42
gunicorn==23.0.0
53
psycopg2-binary==2.9.10
64
django-environ==0.11.2
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
3-
Django==5.1.5; python_version < "3.8"
1+
Django==5.1.6
42
gunicorn==23.0.0

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==5.1.5; python_version >= "3.8" and python_version < "3.10"
3-
Django==5.1.5; python_version < "3.8"
1+
Django==5.1.6; python_version >= "3.10"
2+
Django==5.1.6; python_version >= "3.8" and python_version < "3.10"
3+
Django==5.1.6; python_version < "3.8"
44
# Uncomment the mysqlclient requirement if you are using MySQL rather than
55
# PostgreSQL. You must also have a MySQL client installed in that case.
66
#mysqlclient==1.4.1

run/django/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==5.1.5; python_version >= "3.10"
2-
Django==4.2.18; python_version >= "3.8" and python_version < "3.10"
1+
Django==5.1.6; python_version >= "3.10"
2+
Django==4.2.19; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
44
django-storages[google]==1.14.4
55
django-environ==0.11.2

0 commit comments

Comments
 (0)