Skip to content
Open
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/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.11", "3.13"],
# An envvar key for determining the project id to use. Change it
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
# build specific Cloud project. You can also use your own string
Expand Down
2 changes: 1 addition & 1 deletion appengine/flexible/django_cloudsql/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pytest==9.0.3; python_version >= "3.10"
pytest-django==4.9.0
pytest-django==4.12.0
Comment thread
XrossFox marked this conversation as resolved.
4 changes: 2 additions & 2 deletions appengine/flexible/django_cloudsql/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==6.0.1; python_version >= "3.12"
Django==6.0.5; python_version >= "3.12"
Comment thread
XrossFox marked this conversation as resolved.
gunicorn==23.0.0
psycopg2-binary==2.9.11
django-environ==0.12.0
django-environ==0.13.0
Comment thread
XrossFox marked this conversation as resolved.
google-cloud-secret-manager==2.21.1
django-storages[google]==1.14.6
2 changes: 1 addition & 1 deletion appengine/flexible/hello_world_django/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.11", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": False,
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.1; python_version >= "3.12"
Django==6.0.5; python_version >= "3.12"
gunicorn==23.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.11", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": False,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Django==5.1.15; python_version >= "3.10"
Django==4.2.16; python_version < "3.10"
django-environ==0.10.0
Django==6.0.5; python_version >= "3.12"
django-environ==0.13.0
Comment thread
XrossFox marked this conversation as resolved.
google-cloud-logging==3.5.0
appengine-python-standard>=0.2.3
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.11", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": False,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Django==5.1.7; python_version >= "3.10"
Django==4.2.16; python_version >= "3.8" and python_version < "3.10"
Django==3.2.25; python_version < "3.8"
django-environ==0.10.0
Django==6.0.5; python_version >= "3.12"
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
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.11", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature them
"enforce_type_hints": False,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Django==5.1.15; python_version >= "3.10"
Django==4.2.16; python_version >= "3.8" and python_version < "3.10"
Django==3.2.25; python_version < "3.8"
django-environ==0.10.0
Django==6.0.5; python_version >= "3.12"
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/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.11", "3.13"],
# An envvar key for determining the project id to use. Change it
# to 'BUILD_SPECIFIC_GCLOUD_PROJECT' if you want to opt in using a
# build specific Cloud project. You can also use your own string
Expand Down
6 changes: 2 additions & 4 deletions appengine/standard_python3/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Django==5.1.15; python_version >= "3.10"
Django==4.2.17; python_version >= "3.8" and python_version < "3.10"
Django==3.2.25; python_version < "3.8"
django-environ==0.10.0
Django==6.0.5; python_version >= "3.12"
django-environ==0.13.0
psycopg2-binary==2.9.9
google-cloud-secret-manager==2.16.1
1 change: 0 additions & 1 deletion kubernetes_engine/django_tutorial/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ Django==6.0.1; python_version >= "3.12"
#mysqlclient==1.4.1
wheel==0.40.0
gunicorn==23.0.0; python_version > '3.0'
gunicorn==23.0.0; python_version < '3.0'
# psycopg2==2.8.4 # uncomment if you prefer to build from source
psycopg2-binary==2.9.11
2 changes: 1 addition & 1 deletion run/django/noxfile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

TEST_CONFIG_OVERRIDE = {
# You can opt out from the test for specific Python versions.
"ignored_versions": ["3.8", "3.9", "3.11", "3.12", "3.13"],
"ignored_versions": ["3.8", "3.9", "3.10", "3.11", "3.13"],
# Old samples are opted out of enforcing Python type hints
# All new samples should feature the
"enforce_type_hints": True,
Expand Down
2 changes: 1 addition & 1 deletion run/django/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
backoff==2.2.1
pytest==9.0.3; python_version >= "3.10"
pytest-django==4.9.0
pytest-django==4.12.0
Comment thread
XrossFox marked this conversation as resolved.
requests==2.31.0
5 changes: 2 additions & 3 deletions run/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Django==5.2.5; python_version >= "3.10"
Django==4.2.24; python_version >= "3.8" and python_version < "3.10"
Django==6.0.5; python_version >= "3.12"
django-storages[google]==1.14.6
django-environ==0.12.0
django-environ==0.13.0
psycopg2-binary==2.9.10
gunicorn==23.0.0
google-cloud-secret-manager==2.21.1