8000 chore(deps): update dependency google-cloud-bigquery to v2.6.2 (#5220) · nanduahmed/python-docs-samples@2bd7a86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bd7a86

Browse files
authored
chore(deps): update dependency google-cloud-bigquery to v2.6.2 (GoogleCloudPlatform#5220)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | patch | `==2.6.1` -> `==2.6.2` | --- ### Release Notes <details> <summary>googleapis/python-bigquery</summary> ### [`v2.6.2`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;262-httpswwwgithubcomgoogleapispython-bigquerycomparev261v262-2021-01-11) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.6.1...v2.6.2) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent cad9617 commit 2bd7a86

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-bigquery==2.6.1
1+
google-cloud-bigquery==2.6.2
22
Flask==1.1.2

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery[pandas,bqstorage]==2.6.1
1+
google-cloud-bigquery[pandas,bqstorage]==2.6.2
22
google-cloud-bigquery-storage==2.1.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
grpcio==1.34.0
2-
google-cloud-bigquery[pandas,pyarrow]==2.6.1
2+
google-cloud-bigquery[pandas,pyarrow]==2.6.2
33
google-cloud-bigquery-storage==2.1.0
44
datalab==1.2.0
55
ipython==7.18.1; python_version > '3.6'

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-cloud-bigquery==2.6.1
1+
google-cloud-bigquery==2.6.2
22
google-cloud-bigquery-storage==2.1.0
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest==6.2.1
22
pandas==1.1.5; python_version < '3.7'
33
pandas==1.2.0; python_version > '3.6'
4-
google-cloud-bigquery==2.6.1
4+
google-cloud-bigquery==2.6.2
55
pyarrow==2.0.0

data-science-onramp/data-ingestion/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
#google-auth-httplib2==0.0.3
44
google-cloud-storage==1.35.0
55
google-cloud-dataproc==2.2.0
6-
google-cloud-bigquery==2.6.1
6+
google-cloud-bigquery==2.6.2

notebooks/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-storage==1.35.0
2-
google-cloud-bigquery[pandas,pyarrow]==2.6.1
2+
google-cloud-bigquery[pandas,pyarrow]==2.6.2
33
matplotlib==3.1.2; python_version > '3.0'
44
matplotlib==2.2.5; python_version < '3.0'

0 commit comments

Comments
 (0)
0