googleapis / python-bigquery-sqlalchemy

SQLAlchemy dialect for BigQuery
MIT License
435 stars 129 forks source link

chore(deps): update all dependencies #1037

Closed renovate-bot closed 7 months ago

renovate-bot commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
geoalchemy2 (source) ==0.14.4 -> ==0.14.6 age adoption passing confidence
google-cloud-bigquery ==3.17.2 -> ==3.18.0 age adoption passing confidence
python-dateutil ==2.8.2 -> ==2.9.0.post0 age adoption passing confidence

Release Notes

geoalchemy/geoalchemy2 (geoalchemy2) ### [`v0.14.6`](https://togithub.com/geoalchemy/geoalchemy2/blob/HEAD/CHANGES.txt#0146) [Compare Source](https://togithub.com/geoalchemy/geoalchemy2/compare/0.14.5...0.14.6) - Fix: Fix specific compilation rules for MariaDB [@​adrien-berchet](https://togithub.com/adrien-berchet) ([#​495](https://togithub.com/geoalchemy/geoalchemy2/issues/495)) ### [`v0.14.5`](https://togithub.com/geoalchemy/geoalchemy2/blob/HEAD/CHANGES.txt#0145) [Compare Source](https://togithub.com/geoalchemy/geoalchemy2/compare/0.14.4...0.14.5) - Feat: Add experimental support for MariaDB [@​tebrown](https://togithub.com/tebrown) ([#​491](https://togithub.com/geoalchemy/geoalchemy2/issues/491)) - CI: Setup pre-commit.ci [@​adrien-berchet](https://togithub.com/adrien-berchet) ([#​492](https://togithub.com/geoalchemy/geoalchemy2/issues/492))
googleapis/python-bigquery (google-cloud-bigquery) ### [`v3.18.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3180-2024-02-29) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.17.2...v3.18.0) ##### Features - Support nullable boolean and Int64 dtypes in `insert_rows_from_dataframe` ([#​1816](https://togithub.com/googleapis/python-bigquery/issues/1816)) ([ab0cf4c](https://togithub.com/googleapis/python-bigquery/commit/ab0cf4cc03292f62b56a8813cfb7681daa87f872)) - Support slot_ms in QueryPlanEntry ([#​1831](https://togithub.com/googleapis/python-bigquery/issues/1831)) ([d62cabb](https://togithub.com/googleapis/python-bigquery/commit/d62cabbf115637ecbaf8cc378f39329a5ae74c26)) ##### Bug Fixes - Keyword rendering and docstring improvements ([#​1829](https://togithub.com/googleapis/python-bigquery/issues/1829)) ([4dfb920](https://togithub.com/googleapis/python-bigquery/commit/4dfb920b106784e98f343b3e3fc8e8ff70c50560)) ##### Documentation - **samples:** Updates to urllib3 constraint for Python 3.7 ([#​1834](https://togithub.com/googleapis/python-bigquery/issues/1834)) ([b099c32](https://togithub.com/googleapis/python-bigquery/commit/b099c32a83946a347560f6a71d08c3f263e56cb6)) - Update `client_query_w_named_params.py` to use `query_and_wait` API ([#​1782](https://togithub.com/googleapis/python-bigquery/issues/1782)) ([89dfcb6](https://togithub.com/googleapis/python-bigquery/commit/89dfcb6469d22e78003a70371a0938a6856e033c))
dateutil/dateutil (python-dateutil) ### [`v2.9.0.post0`](https://togithub.com/dateutil/dateutil/releases/tag/2.9.0.post0) [Compare Source](https://togithub.com/dateutil/dateutil/compare/2.9.0...2.9.0.post0) ### Version 2.9.0.post0 (2024-03-01) #### Bugfixes - Pinned `setuptools_scm` to `<8`, which should make the generated `_version.py` file compatible with all supported versions of Python. ### [`v2.9.0`](https://togithub.com/dateutil/dateutil/releases/tag/2.9.0) [Compare Source](https://togithub.com/dateutil/dateutil/compare/2.8.2...2.9.0) ### Version 2.9.0 (2024-02-29) #### Data updates - Updated tzdata version to 2024a. (gh pr [#​1342](https://togithub.com/dateutil/dateutil/issues/1342)) #### Features - Made all `dateutil` submodules lazily imported using [PEP 562](https://www.python.org/dev/peps/pep-0562/). On Python 3.7+, things like `import dateutil; dateutil.tz.gettz("America/New_York")` will now work without explicitly importing `dateutil.tz`, with the import occurring behind the scenes on first use. The old behavior remains on Python 3.6 and earlier. Fixed by Orson Adams. (gh issue [#​771](https://togithub.com/dateutil/dateutil/issues/771), gh pr [#​1007](https://togithub.com/dateutil/dateutil/issues/1007)) #### Bugfixes - Removed a call to `datetime.utcfromtimestamp`, which is deprecated as of Python 3.12. Reported by Hugo van Kemenade (gh pr [#​1284](https://togithub.com/dateutil/dateutil/issues/1284)), fixed by Thomas Grainger (gh pr [#​1285](https://togithub.com/dateutil/dateutil/issues/1285)). #### Documentation changes - Added note into docs and tests where relativedelta would return last day of the month only if the same day on a different month resolves to a date that doesn't exist. Reported by [@​hawkEye-01](https://togithub.com/hawkEye-01) (gh issue [#​1167](https://togithub.com/dateutil/dateutil/issues/1167)). Fixed by [@​Mifrill](https://togithub.com/Mifrill) (gh pr [#​1168](https://togithub.com/dateutil/dateutil/issues/1168))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.