Skip to content
Draft
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==6.0.5; python_version >= "3.12"
Django==6.1.1; python_version >= "3.12"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

It appears there is a systematic version number typo. Django 6.x has not been released yet (the current stable series is Django 5.1.x). The previous version 6.0.5 was likely a typo for 5.0.5, and this bump to 6.1.1 is a typo for 5.1.1. Specifying 6.1.1 will cause pip install to fail because the version does not exist on PyPI.

Django==5.1.1; python_version >= "3.12"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most up-to date version of django available on pypi is 6.1.1.

gunicorn==23.0.0
psycopg2-binary==2.9.11
django-environ==0.13.0
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==6.0.5; python_version >= "3.12"
Django==6.1.1; python_version >= "3.12"
Comment thread
XrossFox marked this conversation as resolved.
gunicorn==23.0.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==6.0.5; python_version >= "3.12"
Django==6.1.1; python_version >= "3.12"
Comment thread
XrossFox marked this conversation as resolved.
django-environ==0.13.0
google-cloud-logging==3.5.0
appengine-python-standard>=0.2.3
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==6.0.5; python_version >= "3.12"
Django==6.1.1; python_version >= "3.12"
Comment thread
XrossFox marked this conversation as resolved.
django-environ==0.13.0
google-cloud-logging==3.5.0
appengine-python-standard>=0.3.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==6.0.5; python_version >= "3.12"
Django==6.1.1; python_version >= "3.12"
Comment thread
XrossFox marked this conversation as resolved.
django-environ==0.13.0
google-cloud-logging==3.5.0
appengine-python-standard>=0.2.3
2 changes: 1 addition & 1 deletion appengine/standard_python3/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==6.0.5; python_version >= "3.12"
Django==6.1.1; python_version >= "3.12"
Comment thread
XrossFox marked this conversation as resolved.
django-environ==0.13.0
psycopg2-binary==2.9.9
google-cloud-secret-manager==2.16.1
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==6.0.6; python_version >= "3.12"
Django==6.1.1; python_version >= "3.12"
Comment thread
XrossFox marked this conversation as resolved.
# 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,4 +1,4 @@
Django==6.0.5; python_version >= "3.12"
Django==6.1.1; python_version >= "3.12"
Comment thread
XrossFox marked this conversation as resolved.
django-storages[google]==1.14.6
django-environ==0.13.0
psycopg2-binary==2.9.10
Expand Down