Skip to content

Commit 4558d79

Browse files
Build: Bump google-auth from 2.43.0 to 2.44.0 (#2837)
Bumps [google-auth](https://github.com/googleapis/google-auth-library-python) from 2.43.0 to 2.44.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-auth-library-python/releases">google-auth's releases</a>.</em></p> <blockquote> <h2>google-auth 2.44.0</h2> <h2><a href="https://github.com/googleapis/google-auth-library-python/compare/v2.43.0...v2.44.0">2.44.0</a> (2025-12-12)</h2> <h3>Features</h3> <ul> <li> <p>MDS connections use mTLS (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1856">#1856</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/0387bb95">0387bb95</a>)</p> </li> <li> <p>support Python 3.14 (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1822">#1822</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/0f7097e7">0f7097e7</a>)</p> </li> <li> <p>add ecdsa p-384 support (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1872">#1872</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/39c381a5">39c381a5</a>)</p> </li> <li> <p>Add shlex to correctly parse executable commands with spaces (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1855">#1855</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/cf6fc3cc">cf6fc3cc</a>)</p> </li> <li> <p>Implement token revocation in STS client and add revoke() metho… (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1849">#1849</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/d5638986">d5638986</a>)</p> </li> </ul> <h3>Bug Fixes</h3> <ul> <li> <p>Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1880">#1880</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/78de7907">78de7907</a>)</p> </li> <li> <p>Delegate workload cert and key default lookup to helper function (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1877">#1877</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/b0993c7e">b0993c7e</a>)</p> </li> <li> <p>Use public refresh method for source credentials in ImpersonatedCredentials (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1884">#1884</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/e0c3296f">e0c3296f</a>)</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md">google-auth's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/google-auth-library-python/compare/v2.43.0...v2.44.0">2.44.0</a> (2025-12-13)</h2> <h3>Features</h3> <ul> <li>support Python 3.14 (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1822">#1822</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/0f7097e78f247665b6ef0287d482033f7be2ed6d">0f7097e78f247665b6ef0287d482033f7be2ed6d</a>)</li> <li>add ecdsa p-384 support (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1872">#1872</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/39c381a5f6881b590025f36d333d12eff8dc60fc">39c381a5f6881b590025f36d333d12eff8dc60fc</a>)</li> <li>MDS connections use mTLS (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1856">#1856</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/0387bb95713653d47e846cad3a010eb55ef2db4c">0387bb95713653d47e846cad3a010eb55ef2db4c</a>)</li> <li>Implement token revocation in STS client and add revoke() metho… (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1849">#1849</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/d5638986ca03ee95bfffa9ad821124ed7e903e63">d5638986ca03ee95bfffa9ad821124ed7e903e63</a>)</li> <li>Add shlex to correctly parse executable commands with spaces (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1855">#1855</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b">cf6fc3cced78bc1362a7fe596c32ebc9ce03c26b</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Use public refresh method for source credentials in ImpersonatedCredentials (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1884">#1884</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/e0c3296f471747258f6d98d2d9bfde636358ecde">e0c3296f471747258f6d98d2d9bfde636358ecde</a>)</li> <li>Add temporary patch to workload cert logic to accomodate Cloud Run mis-configuration (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1880">#1880</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7">78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7</a>)</li> <li>Delegate workload cert and key default lookup to helper function (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1877">#1877</a>) (<a href="https://github.com/googleapis/google-auth-library-python/commit/b0993c7edaba505d0fb0628af28760c43034c959">b0993c7edaba505d0fb0628af28760c43034c959</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/262eb9e33d58ffeb536ecd083c22d9fb12c808e6"><code>262eb9e</code></a> chore: librarian release pull request: 20251212T161150Z (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1888">#1888</a>)</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/0f7097e78f247665b6ef0287d482033f7be2ed6d"><code>0f7097e</code></a> feat: support Python 3.14 (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1822">#1822</a>)</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/e0c3296f471747258f6d98d2d9bfde636358ecde"><code>e0c3296</code></a> fix(auth): Use public refresh method for source credentials in ImpersonatedCr...</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/78de7907b8bdb7b5510e3c6fa8a3f3721e2436d7"><code>78de790</code></a> fix(auth): Add temporary patch to workload cert logic to accomodate Cloud Run...</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/3e8a56687fd050ff44a35cc8db0e95e996648173"><code>3e8a566</code></a> chore(tests): allow expired secret in system tests (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1883">#1883</a>)</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/b0993c7edaba505d0fb0628af28760c43034c959"><code>b0993c7</code></a> fix(auth): Delegate workload cert and key default lookup to helper function (...</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/2c374d36a61569b75d11c17fae124d591c52ddc6"><code>2c374d3</code></a> chore: update secret (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1879">#1879</a>)</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/39c381a5f6881b590025f36d333d12eff8dc60fc"><code>39c381a</code></a> feat: add ecdsa p-384 support (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1872">#1872</a>)</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/daabaa714820008565133efdf4d928143b8fe518"><code>daabaa7</code></a> chore(tests): update secret (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1876">#1876</a>)</li> <li><a href="https://github.com/googleapis/google-auth-library-python/commit/0387bb95713653d47e846cad3a010eb55ef2db4c"><code>0387bb9</code></a> feat: MDS connections use mTLS (<a href="https://redirect.github.com/googleapis/google-auth-library-python/issues/1856">#1856</a>)</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-auth-library-python/compare/v2.43.0...v2.44.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-auth&package-manager=uv&previous-version=2.43.0&new-version=2.44.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9880ca commit 4558d79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)