Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies (#203)
[![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://github.com/googleapis/python-bigquery) | `==2.34.3` -> `==3.0.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/compatibility-slim/2.34.3)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-bigquery/3.0.1/confidence-slim/2.34.3)](https://docs.renovatebot.com/merge-confidence/) | | [google-cloud-retail](https://github.com/googleapis/python-retail) | `==1.4.1` -> `==1.5.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/compatibility-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-cloud-retail/1.5.0/confidence-slim/1.4.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/python-bigquery</summary> ### [`v3.0.1`](https://github.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#​301-httpsgithubcomgoogleapispython-bigquerycomparev300v301-2022-03-30) [Compare Source](https://github.com/googleapis/python-bigquery/compare/v3.0.0...v3.0.1) ### [`v3.0.0`](https://github.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#​300-httpsgithubcomgoogleapispython-bigquerycomparev2343v300-2022-03-29) [Compare Source](https://github.com/googleapis/python-bigquery/compare/v2.34.3...v3.0.0) ##### ⚠ BREAKING CHANGES - BigQuery Storage and pyarrow are required dependencies ([#​776](https://github.com/googleapis/python-bigquery/issues/776)) - use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://github.com/googleapis/python-bigquery/issues/786)) - destination tables are no-longer removed by `create_job` ([#​891](https://github.com/googleapis/python-bigquery/issues/891)) - In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://github.com/googleapis/python-bigquery/issues/972)) - automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://github.com/googleapis/python-bigquery/issues/972)) - mark the package as type-checked ([#​1058](https://github.com/googleapis/python-bigquery/issues/1058)) - default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://github.com/googleapis/python-bigquery/issues/1061)) - remove out-of-date BigQuery ML protocol buffers ([#​1178](https://github.com/googleapis/python-bigquery/issues/1178)) ##### Features - add `api_method` parameter to `Client.query` to select `INSERT` or `QUERY` API ([#​967](https://github.com/googleapis/python-bigquery/issues/967)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - default to DATETIME type when loading timezone-naive datetimes from Pandas ([#​1061](https://github.com/googleapis/python-bigquery/issues/1061)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - destination tables are no-longer removed by `create_job` ([#​891](https://github.com/googleapis/python-bigquery/issues/891)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - In `to_dataframe`, use `dbdate` and `dbtime` dtypes from db-dtypes package for BigQuery DATE and TIME columns ([#​972](https://github.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - mark the package as type-checked ([#​1058](https://github.com/googleapis/python-bigquery/issues/1058)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - use `StandardSqlField` class for `Model.feature_columns` and `Model.label_columns` ([#​1117](https://github.com/googleapis/python-bigquery/issues/1117)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Bug Fixes - automatically convert out-of-bounds dates in `to_dataframe`, remove `date_as_object` argument ([#​972](https://github.com/googleapis/python-bigquery/issues/972)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - improve type annotations for mypy validation ([#​1081](https://github.com/googleapis/python-bigquery/issues/1081)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - remove out-of-date BigQuery ML protocol buffers ([#​1178](https://github.com/googleapis/python-bigquery/issues/1178)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) - use nullable `Int64` and `boolean` dtypes in `to_dataframe` ([#​786](https://github.com/googleapis/python-bigquery/issues/786)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Documentation - Add migration guide from version 2.x to 3.x ([#​1027](https://github.com/googleapis/python-bigquery/issues/1027)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### Dependencies - BigQuery Storage and pyarrow are required dependencies ([#​776](https://github.com/googleapis/python-bigquery/issues/776)) ([76d88fb](https://github.com/googleapis/python-bigquery/commit/76d88fbb1316317a61fa1a63c101bc6f42f23af8)) ##### [2.34.3](https://github.com/googleapis/python-bigquery/compare/v2.34.2...v2.34.3) (2022-03-29) ##### Bug Fixes - update content-type header ([#​1171](https://github.com/googleapis/python-bigquery/issues/1171)) ([921b440](https://github.com/googleapis/python-bigquery/commit/921b440fdd151e88ee5b3e0d9fb90177877dc11a)) ##### [2.34.2](https://github.com/googleapis/python-bigquery/compare/v2.34.1...v2.34.2) (2022-03-05) ##### Bug Fixes - **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​1157](https://github.com/googleapis/python-bigquery/issues/1157)) ([0c15790](https://github.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353)) - **deps:** require proto-plus>=1.15.0 ([0c15790](https://github.com/googleapis/python-bigquery/commit/0c15790720ff573a501cfe760dd74ee166e1a353)) ##### [2.34.1](https://github.com/googleapis/python-bigquery/compare/v2.34.0...v2.34.1) (2022-03-02) ##### Dependencies - add "extra" for IPython, exclude bad IPython release ([#​1151](https://github.com/googleapis/python-bigquery/issues/1151)) ([0fbe12d](https://github.com/googleapis/python-bigquery/commit/0fbe12d1ababa45aa774b026a93c0af9e8f343d9)) - allow pyarrow 7.0 ([#​1112](https://github.com/googleapis/python-bigquery/issues/1112)) ([57f8ea9](https://github.com/googleapis/python-bigquery/commit/57f8ea95e152dc238e7a4941f96c54be53f7eaf3)) </details> <details> <summary>googleapis/python-retail</summary> ### [`v1.5.0`](https://github.com/googleapis/python-retail/blob/HEAD/CHANGELOG.md#​150-httpsgithubcomgoogleapispython-retailcomparev141v150-2022-03-30) [Compare Source](https://github.com/googleapis/python-retail/compare/v1.4.1...v1.5.0) ##### Features - add new AddLocalInventories and RemoveLocalInventories APIs ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - allow search users to skip validation for invalid boost specs ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - search returns applied control ids in the response ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - support search personalization ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - users cannot switch to empty default branch unless force override ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) ##### Documentation - deprecate request_id in ImportProductsRequest ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - deprecate search dynamic_facet_spec and suggest to config on cloud console ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - keep the API doc up-to-date with recent changes ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - suggest search users not to send IP and use hashed user id ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) - users can self enroll retail search feature on cloud console ([8d61976](https://github.com/googleapis/python-retail/commit/8d619760c771750d55de09fd32deb7e05bf75c8c)) ##### [1.4.1](https://github.com/googleapis/python-retail/compare/v1.4.0...v1.4.1) (2022-03-05) ##### Bug Fixes - **deps:** require google-api-core>=1.31.5, >=2.3.2 ([#​179](https://github.com/googleapis/python-retail/issues/179)) ([398f86d](https://github.com/googleapis/python-retail/commit/398f86d0806f94788e6cb6d4428e4b988ede43f0)) - **deps:** require proto-plus>=1.15.0 ([398f86d](https://github.com/googleapis/python-retail/commit/398f86d0806f94788e6cb6d4428e4b988ede43f0)) ##### Documentation - **samples:** fix create bucket for user events ([#​173](https://github.com/googleapis/python-retail/issues/173)) ([264f2d4](https://github.com/googleapis/python-retail/commit/264f2d43341ca75284ca30c42e2d9bf6f98195ba)) </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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/python-retail).
- Loading branch information