Skip to content

Commit dfd6c9d

Browse files
committed
Merge branch 'main' of github.com:GoogleCloudPlatform/python-docs-samples into testing-isolation
2 parents e174f5b + 3d63408 commit dfd6c9d

File tree

339 files changed

+7743
-4830
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+7743
-4830
lines changed

.kokoro/python2.7/periodic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ env_vars: {
2222

2323
env_vars: {
2424
key: "REPORT_TO_BUILD_COP_BOT"
25-
value: "true"
25+
value: "false"
2626
}

.kokoro/python3.10/periodic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_vars: {
2222

2323
env_vars: {
2424
key: "REPORT_TO_BUILD_COP_BOT"
25-
value: "true"
25+
value: "false"
2626
}
2727

2828
# Tell Trampoline to upload the Docker image after successfull build.

.kokoro/python3.11/periodic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_vars: {
2222

2323
env_vars: {
2424
key: "REPORT_TO_BUILD_COP_BOT"
25-
value: "true"
25+
value: "false"
2626
}
2727

2828
# Tell Trampoline to upload the Docker image after successfull build.

.kokoro/python3.12/periodic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_vars: {
2222

2323
env_vars: {
2424
key: "REPORT_TO_BUILD_COP_BOT"
25-
value: "true"
25+
value: "false"
2626
}
2727

2828
# Tell Trampoline to upload the Docker image after successfull build.

.kokoro/python3.8/periodic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_vars: {
2222

2323
env_vars: {
2424
key: "REPORT_TO_BUILD_COP_BOT"
25-
value: "true"
25+
value: "false"
2626
}
2727

2828
# Tell Trampoline to upload the Docker image after successfull build.

.kokoro/python3.9/periodic.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env_vars: {
2222

2323
env_vars: {
2424
key: "REPORT_TO_BUILD_COP_BOT"
25-
value: "true"
25+
value: "false"
2626
}
2727

2828
# Tell Trampoline to upload the Docker image after successfull build.

appengine/flexible/django_cloudsql/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==5.1; python_version >= "3.10"
2-
Django==4.2.15; python_version >= "3.8" and python_version < "3.10"
1+
Django==5.1.1; python_version >= "3.10"
2+
Django==4.2.16; python_version >= "3.8" and python_version < "3.10"
33
gunicorn==22.0.0
44
psycopg2-binary==2.9.9
55
django-environ==0.11.2
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==5.1; python_version >= "3.10"
2-
Django==4.2.15; python_version >= "3.8" and python_version < "3.10"
1+
Django==5.1.1; python_version >= "3.10"
2+
Django==4.2.16; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
44
gunicorn==22.0.0

appengine/flexible/websockets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ Flask==1.1.4 # it seems like Flask-sockets doesn't play well with 2.0+
22
Flask-Sockets==0.2.1
33
gunicorn==22.0.0
44
requests==2.31.0
5-
markupsafe===2.0.1
5+
markupsafe==2.0.1
66
Werkzeug==1.0.1;

appengine/flexible_python37_and_earlier/django_cloudsql/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django==5.1; python_version >= "3.10"
2-
Django==4.2.15; python_version >= "3.8" and python_version < "3.10"
1+
Django==5.1.1; python_version >= "3.10"
2+
Django==4.2.16; python_version >= "3.8" and python_version < "3.10"
33
Django==3.2.25; python_version < "3.8"
44
gunicorn==22.0.0
55
psycopg2-binary==2.9.9

0 commit comments

Comments
 (0)