Skip to content

Commit

Permalink
Merge branch 'master' into renovate/google-cloud-dlp-0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisvg authored Apr 18, 2020
2 parents 4913b1a + 55dbf1f commit 61336ac
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion appengine/standard_python37/bigquery/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==1.23.1
google-cloud-bigquery==1.24.0
Flask==1.1.2
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pandas==1.0.3
google-cloud-bigquery==1.23.1
google-cloud-bigquery==1.24.0
flaky==3.6.1
mock==4.0.2
10 changes: 5 additions & 5 deletions bigquery/cloud-client/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-bigquery[pandas]==1.20.0
google-auth-oauthlib==0.4.0
ipython==7.8.0
matplotlib==3.1.1
pytz==2019.2
google-cloud-bigquery[pandas]==1.24.0
google-auth-oauthlib==0.4.1
ipython==7.13.0
matplotlib==3.2.1
pytz==2019.3
3 changes: 2 additions & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
google-cloud-bigquery==1.23.1
google-cloud-bigquery==1.24.0
google-cloud-bigquery-storage==0.8.0
pandas==0.25.3; python_version > '3.0'
pandas==0.24.2; python_version < '3.0'
pandas-gbq==0.13.1
pyarrow==0.15.1
grpcio==1.27.2
2 changes: 1 addition & 1 deletion bigquery_storage/to_dataframe/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
google-auth==1.14.0
google-cloud-bigquery-storage==0.8.0
google-cloud-bigquery==1.23.1
google-cloud-bigquery==1.24.0
pyarrow==0.15.1
ipython==7.10.2; python_version > '3.0'
ipython==5.9.0; python_version < '3.0'
Expand Down
4 changes: 2 additions & 2 deletions notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-storage==1.26.0
google-cloud-bigquery[pandas,pyarrow]==1.23.1
google-cloud-bigquery[pandas,pyarrow]==1.24.0
matplotlib==3.1.2; python_version > '3.0'
matplotlib==2.2.5; python_version < '3.0'
matplotlib==2.2.5; python_version < '3.0'

0 comments on commit 61336ac

Please sign in to comment.