googleapis/google-auth-library-python (google-auth)
### [`v2.32.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2320-2024-07-08)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.31.0...v2.32.0)
##### Features
- Adds support for X509 workload credential type ([#1541](https://togithub.com/googleapis/google-auth-library-python/issues/1541)) ([1270217](https://togithub.com/googleapis/google-auth-library-python/commit/1270217556a0249b6be8824e2b6209371f24e400))
### [`v2.31.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2310-2024-06-27)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.30.0...v2.31.0)
##### Features
- Adds X509 workload cert logic ([#1527](https://togithub.com/googleapis/google-auth-library-python/issues/1527)) ([05220e0](https://togithub.com/googleapis/google-auth-library-python/commit/05220e06a23b3d4c398628918dab113abcce52db))
##### Bug Fixes
- Added py.typed to MANIFEST.in ([#1526](https://togithub.com/googleapis/google-auth-library-python/issues/1526)) ([1829a3b](https://togithub.com/googleapis/google-auth-library-python/commit/1829a3be18aea5eca8b7272111d75eb61a6077b1))
- Pass trust_env kwarg to ClientSession ([#1533](https://togithub.com/googleapis/google-auth-library-python/issues/1533)) ([6c15c9a](https://togithub.com/googleapis/google-auth-library-python/commit/6c15c9ad0ff90cf9bac044b38e72956aa3039cf6)), closes [#1530](https://togithub.com/googleapis/google-auth-library-python/issues/1530)
### [`v2.30.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2300-2024-06-06)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.29.0...v2.30.0)
##### Features
- Add WebAuthn plugin component to handle WebAuthn get assertion request ([#1464](https://togithub.com/googleapis/google-auth-library-python/issues/1464)) ([e25f336](https://togithub.com/googleapis/google-auth-library-python/commit/e25f336ab49c2018a222458a95ebe083e8a4eb2a))
- ECP Provider drop cryptography requirement ([#1524](https://togithub.com/googleapis/google-auth-library-python/issues/1524)) ([a821d71](https://togithub.com/googleapis/google-auth-library-python/commit/a821d719e2fc7bcdc21737fdf175d6f06aa9a56a))
- Enable webauthn plugin for security keys ([#1528](https://togithub.com/googleapis/google-auth-library-python/issues/1528)) ([e2d5e63](https://togithub.com/googleapis/google-auth-library-python/commit/e2d5e635da2cb2caf8240fb9e07fc381442a9d0c))
##### Bug Fixes
- Fix id_token iam endpoint for non-gdu service credentials ([#1506](https://togithub.com/googleapis/google-auth-library-python/issues/1506)) ([93d681e](https://togithub.com/googleapis/google-auth-library-python/commit/93d681e6cfb15eb4a3efada623be8ba73b302257))
- Makes default token_url universe aware ([#1514](https://togithub.com/googleapis/google-auth-library-python/issues/1514)) ([045776e](https://togithub.com/googleapis/google-auth-library-python/commit/045776e5dfa3fb172ffaeb59bfe5c637778a5d34))
googleapis/python-bigquery (google-cloud-bigquery)
### [`v3.25.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3250-2024-06-17)
[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.24.0...v3.25.0)
##### Features
- Add prefer_bqstorage_client option for Connection ([#1945](https://togithub.com/googleapis/python-bigquery/issues/1945)) ([bfdeb3f](https://togithub.com/googleapis/python-bigquery/commit/bfdeb3fdbc1d5b26fcd3d1433abfb0be49d12018))
- Support load job option ColumnNameCharacterMap ([#1952](https://togithub.com/googleapis/python-bigquery/issues/1952)) ([7e522ee](https://togithub.com/googleapis/python-bigquery/commit/7e522eea776cd9a74f8078c4236f63d5ff11f20e))
##### Bug Fixes
- Do not overwrite page_size with max_results when start_index is set ([#1956](https://togithub.com/googleapis/python-bigquery/issues/1956)) ([7d0fcee](https://togithub.com/googleapis/python-bigquery/commit/7d0fceefdf28278c1f2cdaab571de9b235320998))
### [`v3.24.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3240-2024-06-04)
[Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.23.1...v3.24.0)
##### Features
- Add default timeout for Client.get_job() ([#1935](https://togithub.com/googleapis/python-bigquery/issues/1935)) ([9fbad76](https://togithub.com/googleapis/python-bigquery/commit/9fbad767cc228e02040436742d0cb6743d370b90))
- Add support for map target type in Parquet options ([#1919](https://togithub.com/googleapis/python-bigquery/issues/1919)) ([c3f7b23](https://togithub.com/googleapis/python-bigquery/commit/c3f7b237383d4705ed6e720544728c4db61f6c83))
##### Bug Fixes
- Create query job in job.result() if doesn't exist ([#1944](https://togithub.com/googleapis/python-bigquery/issues/1944)) ([8f5b4b7](https://togithub.com/googleapis/python-bigquery/commit/8f5b4b70423c277ffd559d2034bc0b2b5fb93169))
- Retry `is_job_done` on `ConnectionError` ([#1930](https://togithub.com/googleapis/python-bigquery/issues/1930)) ([4f72723](https://togithub.com/googleapis/python-bigquery/commit/4f72723f539d35977bc52c5950f6e00889b5c7be))
##### Performance Improvements
- If `page_size` or `max_results` is set on `QueryJob.result()`, use to download first page of results ([#1942](https://togithub.com/googleapis/python-bigquery/issues/1942)) ([3e7a48d](https://togithub.com/googleapis/python-bigquery/commit/3e7a48d36e3c7bf6abe1b5550097178f6ca6e174))
ipython/ipython (ipython)
### [`v8.26.0`](https://togithub.com/ipython/ipython/compare/8.25.0...8.26.0)
[Compare Source](https://togithub.com/ipython/ipython/compare/8.25.0...8.26.0)
pytest-dev/pytest (pytest)
### [`v8.2.2`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.2)
[Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.2.1...8.2.2)
# pytest 8.2.2 (2024-06-04)
## Bug Fixes
- [#12355](https://togithub.com/pytest-dev/pytest/issues/12355): Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters.
- [#12367](https://togithub.com/pytest-dev/pytest/issues/12367): Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown.
- [#12381](https://togithub.com/pytest-dev/pytest/issues/12381): Fix possible "Directory not empty" crashes arising from concurent cache dir (`.pytest_cache`) creation. Regressed in pytest 8.2.0.
## Improved Documentation
- [#12290](https://togithub.com/pytest-dev/pytest/issues/12290): Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme.
- [#12356](https://togithub.com/pytest-dev/pytest/issues/12356): Added a subsection to the documentation for debugging flaky tests to mention
lack of thread safety in pytest as a possible source of flakyness.
- [#12363](https://togithub.com/pytest-dev/pytest/issues/12363): The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.
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.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
==2.29.0
->==2.32.0
==3.23.1
->==3.25.0
==8.25.0
->==8.26.0
==16.1.0
->==17.0.0
==8.2.1
->==8.2.2
Release Notes
googleapis/google-auth-library-python (google-auth)
### [`v2.32.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2320-2024-07-08) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.31.0...v2.32.0) ##### Features - Adds support for X509 workload credential type ([#1541](https://togithub.com/googleapis/google-auth-library-python/issues/1541)) ([1270217](https://togithub.com/googleapis/google-auth-library-python/commit/1270217556a0249b6be8824e2b6209371f24e400)) ### [`v2.31.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2310-2024-06-27) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.30.0...v2.31.0) ##### Features - Adds X509 workload cert logic ([#1527](https://togithub.com/googleapis/google-auth-library-python/issues/1527)) ([05220e0](https://togithub.com/googleapis/google-auth-library-python/commit/05220e06a23b3d4c398628918dab113abcce52db)) ##### Bug Fixes - Added py.typed to MANIFEST.in ([#1526](https://togithub.com/googleapis/google-auth-library-python/issues/1526)) ([1829a3b](https://togithub.com/googleapis/google-auth-library-python/commit/1829a3be18aea5eca8b7272111d75eb61a6077b1)) - Pass trust_env kwarg to ClientSession ([#1533](https://togithub.com/googleapis/google-auth-library-python/issues/1533)) ([6c15c9a](https://togithub.com/googleapis/google-auth-library-python/commit/6c15c9ad0ff90cf9bac044b38e72956aa3039cf6)), closes [#1530](https://togithub.com/googleapis/google-auth-library-python/issues/1530) ### [`v2.30.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2300-2024-06-06) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.29.0...v2.30.0) ##### Features - Add WebAuthn plugin component to handle WebAuthn get assertion request ([#1464](https://togithub.com/googleapis/google-auth-library-python/issues/1464)) ([e25f336](https://togithub.com/googleapis/google-auth-library-python/commit/e25f336ab49c2018a222458a95ebe083e8a4eb2a)) - ECP Provider drop cryptography requirement ([#1524](https://togithub.com/googleapis/google-auth-library-python/issues/1524)) ([a821d71](https://togithub.com/googleapis/google-auth-library-python/commit/a821d719e2fc7bcdc21737fdf175d6f06aa9a56a)) - Enable webauthn plugin for security keys ([#1528](https://togithub.com/googleapis/google-auth-library-python/issues/1528)) ([e2d5e63](https://togithub.com/googleapis/google-auth-library-python/commit/e2d5e635da2cb2caf8240fb9e07fc381442a9d0c)) ##### Bug Fixes - Fix id_token iam endpoint for non-gdu service credentials ([#1506](https://togithub.com/googleapis/google-auth-library-python/issues/1506)) ([93d681e](https://togithub.com/googleapis/google-auth-library-python/commit/93d681e6cfb15eb4a3efada623be8ba73b302257)) - Makes default token_url universe aware ([#1514](https://togithub.com/googleapis/google-auth-library-python/issues/1514)) ([045776e](https://togithub.com/googleapis/google-auth-library-python/commit/045776e5dfa3fb172ffaeb59bfe5c637778a5d34))googleapis/python-bigquery (google-cloud-bigquery)
### [`v3.25.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3250-2024-06-17) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.24.0...v3.25.0) ##### Features - Add prefer_bqstorage_client option for Connection ([#1945](https://togithub.com/googleapis/python-bigquery/issues/1945)) ([bfdeb3f](https://togithub.com/googleapis/python-bigquery/commit/bfdeb3fdbc1d5b26fcd3d1433abfb0be49d12018)) - Support load job option ColumnNameCharacterMap ([#1952](https://togithub.com/googleapis/python-bigquery/issues/1952)) ([7e522ee](https://togithub.com/googleapis/python-bigquery/commit/7e522eea776cd9a74f8078c4236f63d5ff11f20e)) ##### Bug Fixes - Do not overwrite page_size with max_results when start_index is set ([#1956](https://togithub.com/googleapis/python-bigquery/issues/1956)) ([7d0fcee](https://togithub.com/googleapis/python-bigquery/commit/7d0fceefdf28278c1f2cdaab571de9b235320998)) ### [`v3.24.0`](https://togithub.com/googleapis/python-bigquery/blob/HEAD/CHANGELOG.md#3240-2024-06-04) [Compare Source](https://togithub.com/googleapis/python-bigquery/compare/v3.23.1...v3.24.0) ##### Features - Add default timeout for Client.get_job() ([#1935](https://togithub.com/googleapis/python-bigquery/issues/1935)) ([9fbad76](https://togithub.com/googleapis/python-bigquery/commit/9fbad767cc228e02040436742d0cb6743d370b90)) - Add support for map target type in Parquet options ([#1919](https://togithub.com/googleapis/python-bigquery/issues/1919)) ([c3f7b23](https://togithub.com/googleapis/python-bigquery/commit/c3f7b237383d4705ed6e720544728c4db61f6c83)) ##### Bug Fixes - Create query job in job.result() if doesn't exist ([#1944](https://togithub.com/googleapis/python-bigquery/issues/1944)) ([8f5b4b7](https://togithub.com/googleapis/python-bigquery/commit/8f5b4b70423c277ffd559d2034bc0b2b5fb93169)) - Retry `is_job_done` on `ConnectionError` ([#1930](https://togithub.com/googleapis/python-bigquery/issues/1930)) ([4f72723](https://togithub.com/googleapis/python-bigquery/commit/4f72723f539d35977bc52c5950f6e00889b5c7be)) ##### Performance Improvements - If `page_size` or `max_results` is set on `QueryJob.result()`, use to download first page of results ([#1942](https://togithub.com/googleapis/python-bigquery/issues/1942)) ([3e7a48d](https://togithub.com/googleapis/python-bigquery/commit/3e7a48d36e3c7bf6abe1b5550097178f6ca6e174))ipython/ipython (ipython)
### [`v8.26.0`](https://togithub.com/ipython/ipython/compare/8.25.0...8.26.0) [Compare Source](https://togithub.com/ipython/ipython/compare/8.25.0...8.26.0)pytest-dev/pytest (pytest)
### [`v8.2.2`](https://togithub.com/pytest-dev/pytest/releases/tag/8.2.2) [Compare Source](https://togithub.com/pytest-dev/pytest/compare/8.2.1...8.2.2) # pytest 8.2.2 (2024-06-04) ## Bug Fixes - [#12355](https://togithub.com/pytest-dev/pytest/issues/12355): Fix possible catastrophic performance slowdown on a certain parametrization pattern involving many higher-scoped parameters. - [#12367](https://togithub.com/pytest-dev/pytest/issues/12367): Fix a regression in pytest 8.2.0 where unittest class instances (a fresh one is created for each test) were not released promptly on test teardown but only on session teardown. - [#12381](https://togithub.com/pytest-dev/pytest/issues/12381): Fix possible "Directory not empty" crashes arising from concurent cache dir (`.pytest_cache`) creation. Regressed in pytest 8.2.0. ## Improved Documentation - [#12290](https://togithub.com/pytest-dev/pytest/issues/12290): Updated Sphinx theme to use Furo instead of Flask, enabling Dark mode theme. - [#12356](https://togithub.com/pytest-dev/pytest/issues/12356): Added a subsection to the documentation for debugging flaky tests to mention lack of thread safety in pytest as a possible source of flakyness. - [#12363](https://togithub.com/pytest-dev/pytest/issues/12363): The documentation webpages now links to a canonical version to reduce outdated documentation in search engine results.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.