Skip to content

Commit

Permalink
chore(deps): update dependency google-cloud-bigquery to v2.23.2 (#6496)
Browse files Browse the repository at this point in the history
[![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](https://togithub.com/googleapis/python-bigquery) | `==2.23.1` -> `==2.23.2` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.23.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.23.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.23.2/compatibility-slim/2.23.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/2.23.2/confidence-slim/2.23.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/python-bigquery</summary>

### [`v2.23.2`](https://togithub.com/googleapis/python-bigquery/blob/master/CHANGELOG.md#&#8203;2232-httpswwwgithubcomgoogleapispython-bigquerycomparev2231v2232-2021-07-29)

[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v2.23.1...v2.23.2)

</details>

---

### Configuration

📅 **Schedule**: At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **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).
  • Loading branch information
renovate-bot authored Jul 30, 2021
1 parent c20aaae commit c2afba3
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-bigquery==2.23.1
google-cloud-bigquery==2.23.2
Flask==2.0.1
2 changes: 1 addition & 1 deletion bigquery/bqml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery[pandas,bqstorage]==2.23.1
google-cloud-bigquery[pandas,bqstorage]==2.23.2
google-cloud-bigquery-storage==2.6.2
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
grpcio==1.39.0
google-cloud-bigquery[pandas,pyarrow]==2.23.1
google-cloud-bigquery[pandas,pyarrow]==2.23.2
google-cloud-bigquery-storage==2.6.2
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-bigquery==2.23.1
google-cloud-bigquery==2.23.2
google-cloud-bigquery-storage==2.6.2
pandas==1.1.5; python_version < '3.7'
pandas==1.2.4; python_version > '3.6'
Expand Down
2 changes: 1 addition & 1 deletion data-science-onramp/data-ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#google-auth-httplib2==0.0.3
google-cloud-storage==1.41.0
google-cloud-dataproc==2.5.0
google-cloud-bigquery==2.23.1
google-cloud-bigquery==2.23.2
2 changes: 1 addition & 1 deletion data-science-onramp/data-processing/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytest==6.2.4
pandas==1.1.5; python_version < '3.7'
pandas==1.2.0; python_version > '3.6'
google-cloud-bigquery==2.23.1
google-cloud-bigquery==2.23.2
pyarrow==4.0.1
2 changes: 1 addition & 1 deletion notebooks/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-storage==1.41.0
google-cloud-bigquery[pandas,pyarrow]==2.23.1
google-cloud-bigquery[pandas,pyarrow]==2.23.2
matplotlib==3.1.2; python_version > '3.0'
matplotlib==2.2.5; python_version < '3.0'

0 comments on commit c2afba3

Please sign in to comment.