allenporter / python-google-nest-sdm

https://allenporter.github.io/python-google-nest-sdm
Apache License 2.0
63 stars 15 forks source link

chore(deps): update dependency google-auth to v2.33.0 #1027

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-auth ==2.29.0 -> ==2.33.0 age adoption passing confidence

Release Notes

googleapis/google-auth-library-python (google-auth) ### [`v2.33.0`](https://togithub.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2330-2024-08-06) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v2.32.0...v2.33.0) ##### Features - Implement async `StaticCredentials` using access tokens ([#​1559](https://togithub.com/googleapis/google-auth-library-python/issues/1559)) ([dc17dfc](https://togithub.com/googleapis/google-auth-library-python/commit/dc17dfc3fb65c87f2912300f0d11f79781240e78)) - Implement base classes for credentials and request sessions ([#​1551](https://togithub.com/googleapis/google-auth-library-python/issues/1551)) ([036dac4](https://togithub.com/googleapis/google-auth-library-python/commit/036dac43018b8cc26b5608e1bb21d6e3ee62a282)) ##### Bug Fixes - **metadata:** Enhance retry logic for metadata server access in \_metadata.py ([#​1545](https://togithub.com/googleapis/google-auth-library-python/issues/1545)) ([61c2432](https://togithub.com/googleapis/google-auth-library-python/commit/61c24321e52f6e017eecee211e11260d621c909b)) ##### Documentation - Update argument for Credentials initialization ([#​1557](https://togithub.com/googleapis/google-auth-library-python/issues/1557)) ([40b9ed9](https://togithub.com/googleapis/google-auth-library-python/commit/40b9ed91a6b01948561cfc71edaaabdd7f362f17)) ### [`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))

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.


codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@6781c94). Learn more about missing BASE report.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1027 +/- ## ======================================= Coverage ? 92.71% ======================================= Files ? 19 Lines ? 1839 Branches ? 0 ======================================= Hits ? 1705 Misses ? 134 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

allenporter commented 2 months ago

Failing CI because of https://github.com/googleapis/google-auth-library-python/issues/1543

allenporter commented 2 months ago

Should work after https://github.com/allenporter/python-google-nest-sdm/pull/980

renovate[bot] commented 2 weeks ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (==2.33.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.