Skip to content

Commit

Permalink
Merge branch 'master' into renovate/google-cloud-bigquery-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea authored Jul 30, 2021
2 parents 7ad6436 + c20aaae commit f741cb5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion auth/end-user/web/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-auth==1.31.0
google-auth-oauthlib==0.4.4
google-auth-oauthlib==0.4.5
google-auth-httplib2==0.1.0
google-api-python-client==2.12.0
flask==2.0.1
Expand Down
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-bigquery[pandas,bqstorage]==2.23.2
google-cloud-bigquery-storage==2.6.1
google-cloud-bigquery-storage==2.6.2
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
pyarrow==4.0.1
Expand Down
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
grpcio==1.39.0
google-cloud-bigquery[pandas,pyarrow]==2.23.2
google-cloud-bigquery-storage==2.6.1
google-cloud-bigquery-storage==2.6.2
datalab==1.2.0
ipython==7.18.1; python_version > '3.6'
ipython==7.16.1; python_version < '3.7'
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-bigquery==2.23.2
google-cloud-bigquery-storage==2.6.1
google-cloud-bigquery-storage==2.6.2
pandas==1.1.5; python_version < '3.7'
pandas==1.2.4; python_version > '3.6'
pandas-gbq==0.15.0; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion codelabs/flex_and_vision/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==2.0.1
gunicorn==20.0.4; python_version > '3.0'
gunicorn==19.10.0; python_version < '3.0'
google-cloud-vision==2.4.1
google-cloud-vision==2.4.2
google-cloud-storage==1.41.0
google-cloud-datastore==2.1.6
2 changes: 1 addition & 1 deletion endpoints/getting-started/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ six==1.16.0
pyyaml==5.4.1
requests==2.26.0
google-auth==1.31.0
google-auth-oauthlib==0.4.4
google-auth-oauthlib==0.4.5
2 changes: 1 addition & 1 deletion functions/imagemagick/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-vision==2.4.1
google-cloud-vision==2.4.2
google-cloud-storage==1.41.0
Wand==0.6.6
2 changes: 1 addition & 1 deletion functions/ocr/app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-pubsub==2.7.0
google-cloud-storage==1.41.0
google-cloud-translate==3.3.2
google-cloud-vision==2.4.1
google-cloud-vision==2.4.2
2 changes: 1 addition & 1 deletion run/image-processing/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Flask==2.0.1
pytest==5.3.0; python_version > "3.0"
pytest==4.6.6; python_version < "3.0"
gunicorn==20.1.0
google-cloud-vision==2.4.1
google-cloud-vision==2.4.2
google-cloud-storage==1.41.0
Wand==0.6.6

0 comments on commit f741cb5

Please sign in to comment.