8000 chore(deps): update dependency google-cloud-bigquery-storage to v2.6.… · orossini/python-docs-samples@875748f · GitHub
[go: up one dir, main page]

Skip to content

Commit 875748f

Browse files
authored
chore(deps): update dependency google-cloud-bigquery-storage to v2.6.3 (GoogleCloudPlatform#6537)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-cloud-bigquery-storage](https://togithub.com/googleapis/python-bigquery-storage) | `==2.6.2` -> `==2.6.3` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.6.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.6.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.6.3/compatibility-slim/2.6.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery-storage/2.6.3/confidence-slim/2.6.2)](https://docs.renovatebot.com/merge-confidence/) | *** ### Release Notes <details> <summary>googleapis/python-bigquery-storage</summary> ### [`v2.6.3`](https://togithub.com/googleapis/python-bigquery-storage/blob/master/CHANGELOG.md#​263-httpswwwgithubcomgoogleapispython-bigquery-storagecomparev262v263-2021-08-06) [Compare Source](https://togithub.com/googleapis/python-bigquery-storage/compare/v2.6.2...v2.6.3) </details> *** ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **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 430973d commit 875748f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bigquery/bqml/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery[pandas,bqstorage]==2.23.2
2-
google-cloud-bigquery-storage==2.6.2
2+
google-cloud-bigquery-storage==2.6.3
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.0; python_version > '3.6'
55
pyarrow==5.0.0

bigquery/datalab-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grpcio==1.39.0
22
google-cloud-bigquery[pandas,pyarrow]==2.23.2
3-
google-cloud-bigquery-storage==2.6.2
3+
google-cloud-bigquery-storage==2.6.3
44
datalab==1.2.0
55
ipython==7.18.1; python_version > '3.6'
66
ipython==7.16.1; python_version < '3.7'

bigquery/pandas-gbq-migration/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-cloud-bigquery==2.23.2
2-
google-cloud-bigquery-storage==2.6.2
2+
google-cloud-bigquery-storage==2.6.3
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.2.4; python_version > '3.6'
55
pandas-gbq==0.15.0; python_version > '3.6'

0 commit comments

Comments
 (0)
0