Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-bigquery to v2.7.0 (#5296)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 28, 2021
1 parent 5457540 commit f0890ac
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appengine/standard_python3/bigquery/requirements.txt
@@ -1,2 +1,2 @@
google-cloud-bigquery==2.6.2
google-cloud-bigquery==2.7.0
Flask==1.1.2
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
@@ -1,4 +1,4 @@
google-cloud-bigquery[pandas,bqstorage]==2.6.2
google-cloud-bigquery[pandas,bqstorage]==2.7.0
google-cloud-bigquery-storage==2.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion bigquery/datalab-migration/requirements.txt
@@ -1,5 +1,5 @@
grpcio==1.35.0
google-cloud-bigquery[pandas,pyarrow]==2.6.2
google-cloud-bigquery[pandas,pyarrow]==2.7.0
google-cloud-bigquery-storage==2.2.1
datalab==1.2.0
ipython==7.18.1; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion bigquery/pandas-gbq-migration/requirements.txt
@@ -1,4 +1,4 @@
google-cloud-bigquery==2.6.2
google-cloud-bigquery==2.7.0
google-cloud-bigquery-storage==2.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion data-science-onramp/data-cleaning/requirements-test.txt
@@ -1,5 +1,5 @@
pytest==6.2.1
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
google-cloud-bigquery==2.6.2
google-cloud-bigquery==2.7.0
pyarrow==2.0.0
2 changes: 1 addition & 1 deletion data-science-onramp/data-ingestion/requirements.txt
Expand Up @@ -3,4 +3,4 @@
#google-auth-httplib2==0.0.3
google-cloud-storage==1.35.0
google-cloud-dataproc==2.2.0
google-cloud-bigquery==2.6.2
google-cloud-bigquery==2.7.0
2 changes: 1 addition & 1 deletion notebooks/requirements.txt
@@ -1,4 +1,4 @@
google-cloud-storage==1.35.0
google-cloud-bigquery[pandas,pyarrow]==2.6.2
google-cloud-bigquery[pandas,pyarrow]==2.7.0
matplotlib==3.1.2; python_version > '3.0'
matplotlib==2.2.5; python_version < '3.0'

0 comments on commit f0890ac

Please sign in to comment.