Skip to content

Commit 938b0de

Browse files
authored
Merge branch 'main' into cloudevent-logging
2 parents 9ae5b0c + c35e0a6 commit 938b0de

File tree

11 files changed

+15
-11
lines changed

11 files changed

+15
-11
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Python samples for [Google Cloud Platform products][cloud].
44

5-
[![Build Status][py-2.7-shield]][py-2.7-link] [![Build Status][py-3.6-shield]][py-3.6-link] [![Build Status][py-3.7-shield]][py-3.7-link] [![Build Status][py-3.8-shield]][py-3.8-link]
5+
[![Build Status][py-2.7-shield]][py-2.7-link] [![Build Status][py-3.6-shield]][py-3.6-link] [![Build Status][py-3.7-shield]][py-3.7-link] [![Build Status][py-3.8-shield]][py-3.8-link] [![Build Status][py-3.9-shield]][py-3.9-link] [![Build Status][py-3.10-shield]][py-3.10-link]
66

77
## Setup
88

@@ -71,3 +71,7 @@ Contributions welcome! See the [Contributing Guide](CONTRIBUTING.md).
7171
[py-3.7-link]: https://storage.googleapis.com/cloud-devrel-public/python-docs-samples/badges/py-3.7.html
7272
[py-3.8-shield]: https://storage.googleapis.com/cloud-devrel-public/python-docs-samples/badges/py-3.8.svg
7373
[py-3.8-link]: https://storage.googleapis.com/cloud-devrel-public/python-docs-samples/badges/py-3.8.html
74+
[py-3.9-shield]: https://storage.googleapis.com/cloud-devrel-public/python-docs-samples/badges/py-3.9.svg
75+
[py-3.9-link]: https://storage.googleapis.com/cloud-devrel-public/python-docs-samples/badges/py-3.9.html
76+
[py-3.10-shield]: https://storage.googleapis.com/cloud-devrel-public/python-docs-samples/badges/py-310.svg
77+
[py-3.10-link]: https://storage.googleapis.com/cloud-devrel-public/python-docs-samples/badges/py-3.10.html

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
grpcio==1.44.0
1+
grpcio==1.45.0
22
google-cloud-bigquery[pandas,pyarrow]==2.33.0
33
google-cloud-bigquery-storage==2.13.0
44
datalab==1.2.0

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pandas-gbq==0.16.0; python_version > '3.6'
66
# pandas-gbq==0.14.1 is the latest compatible version for Python 3.6
77
pandas-gbq==0.14.1; python_version < '3.7'
88
pyarrow==6.0.1
9-
grpcio==1.44.0
9+
grpcio==1.45.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Flask==2.1.0
22
gunicorn==20.1.0; python_version > '3.0'
33
gunicorn==19.10.0; python_version < '3.0'
4-
google-cloud-vision==2.7.1
4+
google-cloud-vision==2.7.2
55
google-cloud-storage==2.0.0; python_version < '3.7'
66
google-cloud-storage==2.1.0; python_version > '3.6'
77
google-cloud-datastore==2.4.0

composer/blog/gcp-tech-blog/data-orchestration-with-composer/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
apache-airflow[google]==2.2.2
44
apache-airflow-providers-apache-beam==3.2.0
55
apache-airflow-providers-slack==4.0.0
6-
apache-airflow-providers-http==2.1.0
6+
apache-airflow-providers-http==2.1.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-vision==2.7.1
1+
google-cloud-vision==2.7.2
22
google-cloud-storage==2.0.0; python_version < '3.7'
33
google-cloud-storage==2.1.0; python_version > '3.6'
44
Wand==0.6.7

functions/ocr/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-cloud-pubsub==2.9.0
22
google-cloud-storage==2.0.0; python_version < '3.7'
33
google-cloud-storage==2.1.0; python_version > '3.6'
44
google-cloud-translate==3.7.2
5-
google-cloud-vision==2.7.1
5+
google-cloud-vision==2.7.2

opencensus/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
grpcio==1.44.0
1+
grpcio==1.45.0
22
opencensus-ext-stackdriver==0.8.0
33
opencensus==0.8.0

run/image-processing/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ pytest==7.0.1; python_version > "3.0"
33
# pin pytest to 4.6.11 for Python2.
44
pytest==7.0.1; python_version < "3.0"
55
gunicorn==20.1.0
6-
google-cloud-vision==2.7.1
6+
google-cloud-vision==2.7.2
77
google-cloud-storage==2.1.0
88
Wand==0.6.7

trace/cloud-trace-demo-app-opentelemetry/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ markupsafe==1.1.1
55
opentelemetry-exporter-gcp-trace==1.1.0
66
opentelemetry-propagator-gcp==1.1.0
77
opentelemetry-instrumentation-flask==0.20b0
8-
grpcio==1.44.0
8+
grpcio==1.45.0
99
httpretty==1.1.4
1010
google-cloud-monitoring==2.9.1
1111
google-cloud-trace==1.6.1

trace/cloud-trace-demo-app/app/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ markupsafe==1.1.1
88
opencensus-ext-stackdriver==0.8.0
99
opencensus-ext-flask==0.7.6 # requires flask!=1.1.3, <2.0.0 and >=0.12.3
1010
opencensus-context==0.1.2
11-
grpcio==1.44.0
11+
grpcio==1.45.0
1212
httpretty==1.1.4

0 commit comments

Comments
 (0)