Skip to content

Commit ebd7b5d

Browse files
authored
chore(deps): update dependency google-cloud-bigquery to v3.11.0 (GoogleCloudPlatform#10177)
[![Mend 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](https://togithub.com/googleapis/python-bigquery) | `==3.10.0` -> `==3.11.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.11.0/compatibility-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.11.0/confidence-slim/3.10.0)](https://docs.renovatebot.com/merge-confidence/) | | [google-cloud-bigquery](https://togithub.com/googleapis/python-bigquery) | `==3.6.0` -> `==3.11.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.11.0/compatibility-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.11.0/confidence-slim/3.6.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>googleapis/python-bigquery</summary> ### [`v3.11.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#&#8203;3110-httpsgithubcomgoogleapispython-bigquerycomparev3100v3110-2023-06-01) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.10.0...v3.11.0) ##### Features - Add remote function options to routines ([#&GoogleCloudPlatform#8203;1558](https://togithub.com/googleapis/python-bigquery/issues/1558)) ([84ad11d](https://togithub.com/googleapis/python-bigquery/commit/84ad11d00d99d279e4e6e0fa4ca60e59575b1dad)) ##### Bug Fixes - Filter None values from OpenTelemetry attributes ([#&GoogleCloudPlatform#8203;1567](https://togithub.com/googleapis/python-bigquery/issues/1567)) ([9ea2e21](https://togithub.com/googleapis/python-bigquery/commit/9ea2e21c35783782993d1ad2d3b910bbe9981ce2)) - Handle case when expirationMs is None ([#&GoogleCloudPlatform#8203;1553](https://togithub.com/googleapis/python-bigquery/issues/1553)) ([fa6e13d](https://togithub.com/googleapis/python-bigquery/commit/fa6e13d5006caadb36899b4e2a24ca82b7f11b17)) - Raise most recent exception when not able to fetch query job after starting the job ([#&GoogleCloudPlatform#8203;1362](https://togithub.com/googleapis/python-bigquery/issues/1362)) ([09cc1df](https://togithub.com/googleapis/python-bigquery/commit/09cc1df6babaf90ea0b0a6fd926f8013822a31ed)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4xMTAuMCIsInVwZGF0ZWRJblZlciI6IjM1LjExMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
1 parent acd3894 commit ebd7b5d

File tree

17 files changed

+17
-17
lines changed

17 files changed

+17
-17
lines changed

asset/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-cloud-storage==2.8.0
22
google-cloud-asset==3.19.0
33
google-cloud-resource-manager==1.10.1
44
google-cloud-pubsub==2.17.0
5-
google-cloud-bigquery==3.10.0
5+
google-cloud-bigquery==3.11.0

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]==3.10.0
1+
google-cloud-bigquery[pandas,bqstorage]==3.11.0
22
google-cloud-bigquery-storage==2.19.1
33
pandas==1.3.5; python_version == '3.7'
44
pandas==2.0.1; python_version > '3.7'

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.54.2
2-
google-cloud-bigquery[pandas,pyarrow]==3.10.0
2+
google-cloud-bigquery[pandas,pyarrow]==3.11.0
33
# datalab has outdated dependencies that require google-api-core < 2
44
# The last version of google-cloud-bigquery-storage that supports google-api-core 1.x is 2.13.2
55
google-cloud-bigquery-storage==2.19.1

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==3.10.0
1+
google-cloud-bigquery==3.11.0
22
google-cloud-bigquery-storage==2.19.1
33
pandas==1.1.5; python_version < '3.7'
44
pandas==1.3.5; python_version == '3.7'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-core==2.11.0
2-
google-cloud-bigquery==3.10.0
2+
google-cloud-bigquery==3.11.0
33
google-cloud-contact-center-insights==1.11.0

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
google-cloud-storage==2.8.0; python_version < '3.7'
55
google-cloud-storage==2.8.0; python_version > '3.6'
66
google-cloud-dataproc==5.4.1
7-
google-cloud-bigquery==3.10.0
7+
google-cloud-bigquery==3.11.0

data-science-onramp/data-processing/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ pandas==1.3.5; python_version == '3.7'
33
pandas==2.0.1; python_version > '3.7'
44
pyarrow==12.0.0; python_version >= '3.7'
55
pyarrow==6.0.1; python_version < '3.7'
6-
google-cloud-bigquery==3.10.0
6+
google-cloud-bigquery==3.11.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==7.2.0
2-
google-cloud-bigquery==3.10.0
2+
google-cloud-bigquery==3.11.0

dataflow/extensible-templates/requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-api-python-client==2.87.0
2-
google-cloud-bigquery==3.10.0
2+
google-cloud-bigquery==3.11.0
33
google-cloud-storage==2.8.0
44
pytest-xdist==3.3.0
55
pytest==7.0.1

dlp/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ google-cloud-dlp==3.12.1
22
google-cloud-storage==2.8.0
33
google-cloud-pubsub==2.17.0
44
google-cloud-datastore==2.15.2
5-
google-cloud-bigquery==3.10.0
5+
google-cloud-bigquery==3.11.0

0 commit comments

Comments
 (0)