Skip to content

Commit 215c613

Browse files
committed
build(multiple samples): bump Django to 6.1.1 in requirements
Updates the Django dependency to version 6.1.1 for Python 3.12+ across App Engine, Kubernetes Engine, and Cloud Run tutorials to resolve Dependabot alerts.
1 parent 6b2c088 commit 215c613

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==6.0.5; python_version >= "3.12"
1+
Django==6.1.1; python_version >= "3.12"
22
gunicorn==23.0.0
33
psycopg2-binary==2.9.11
44
django-environ==0.13.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==6.0.5; python_version >= "3.12"
1+
Django==6.1.1; python_version >= "3.12"
22
gunicorn==23.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==6.0.5; python_version >= "3.12"
1+
Django==6.1.1; python_version >= "3.12"
22
django-environ==0.13.0
33
google-cloud-logging==3.5.0
44
appengine-python-standard>=0.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==6.0.5; python_version >= "3.12"
1+
Django==6.1.1; python_version >= "3.12"
22
django-environ==0.13.0
33
google-cloud-logging==3.5.0
44
appengine-python-standard>=0.3.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==6.0.5; python_version >= "3.12"
1+
Django==6.1.1; python_version >= "3.12"
22
django-environ==0.13.0
33
google-cloud-logging==3.5.0
44
appengine-python-standard>=0.2.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==6.0.5; python_version >= "3.12"
1+
Django==6.1.1; python_version >= "3.12"
22
django-environ==0.13.0
33
psycopg2-binary==2.9.9
44
google-cloud-secret-manager==2.16.1

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==6.0.6; python_version >= "3.12"
1+
Django==6.1.1; python_version >= "3.12"
22
# Uncomment the mysqlclient requirement if you are using MySQL rather than
33
# PostgreSQL. You must also have a MySQL client installed in that case.
44
#mysqlclient==1.4.1

run/django/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==6.0.5; python_version >= "3.12"
1+
Django==6.1.1; python_version >= "3.12"
22
django-storages[google]==1.14.6
33
django-environ==0.13.0
44
psycopg2-binary==2.9.10

0 commit comments

Comments
 (0)