[PR #22046] [CLOSED] chore(deps): bump google-auth-oauthlib from 1.2.1 to 1.3.0 #42069

Closed
opened 2026-04-25 14:05:24 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/22046
Author: @dependabot[bot]
Created: 3/1/2026
Status: Closed

Base: devHead: dependabot/uv/dev/google-auth-oauthlib-1.3.0


📝 Commits (1)

  • b253f77 chore(deps): bump google-auth-oauthlib from 1.2.1 to 1.3.0

📊 Changes

1 file changed (+1365 additions, -1010 deletions)

View changed files

📝 uv.lock (+1365 -1010)

📄 Description

Bumps google-auth-oauthlib from 1.2.1 to 1.3.0.

Release notes

Sourced from google-auth-oauthlib's releases.

google-auth-oauthlib: v1.3.0

v1.3.0 (2026-02-26)

Features

  • Log the flow.run_local_server redirect URL (#362) (84599aa0)

Bug Fixes

  • Raise meaningful exception when oauth callback times out (#363) (adc3ee60)
Changelog

Sourced from google-auth-oauthlib's changelog.

1.3.0 (2022-03-05)

Features

  • add symbols field, and auto-format comments (#277) (ca016dd)
  • add api key support (#267) (061eb45)
  • add question_id field in ReviewDocumentOperationMetadata (#269) (1c61b73)
  • add question_id field in ReviewDocumentOperationMetadata (#273) (530f2ba)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#285) (573deee)
  • deps: require proto-plus>=1.15.0 (573deee)
  • remove libcst from setup_requires (#276) (56c96e4)
  • resolve DuplicateCredentialArgs error when using credentials_file (530f2ba)
Commits
  • 2c66d48 chore: librarian release pull request: 20260226T081244Z (#15616)
  • fd4da88 chore(migration): Migrate code from googleapis/python-logging into packages/g...
  • 717c158 tests: add system test dependencies
  • 7597cca tests: enable system tests
  • e0426dc chore(multiple): format handwritten code (#15617)
  • ff062e4 Merge branch 'main' into migration.python-logging.migration.2026-02-20_16-32-...
  • 72db795 chore: run librarian generate
  • 80a8480 chore: run librarian generate
  • 2a35c6a chore: run librarian generate
  • 6f2ce04 chore: format using ruff
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/22046 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/1/2026 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dependabot/uv/dev/google-auth-oauthlib-1.3.0` --- ### 📝 Commits (1) - [`b253f77`](https://github.com/open-webui/open-webui/commit/b253f7786a7efee457a4f5a1391e501740b3c7bb) chore(deps): bump google-auth-oauthlib from 1.2.1 to 1.3.0 ### 📊 Changes **1 file changed** (+1365 additions, -1010 deletions) <details> <summary>View changed files</summary> 📝 `uv.lock` (+1365 -1010) </details> ### 📄 Description Bumps [google-auth-oauthlib](https://github.com/googleapis/google-cloud-python) from 1.2.1 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-python/releases">google-auth-oauthlib's releases</a>.</em></p> <blockquote> <h2>google-auth-oauthlib: v1.3.0</h2> <h2><a href="https://github.com/googleapis/google-cloud-python/compare/google-auth-oauthlib-v1.2.4...google-auth-oauthlib-v1.3.0">v1.3.0</a> (2026-02-26)</h2> <h3>Features</h3> <ul> <li>Log the flow.run_local_server redirect URL (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/362">#362</a>) (<a href="https://github.com/googleapis/google-cloud-python/commit/84599aa0">84599aa0</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Raise meaningful exception when oauth callback times out (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/363">#363</a>) (<a href="https://github.com/googleapis/google-cloud-python/commit/adc3ee60">adc3ee60</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/googleapis/google-cloud-python/blob/main/packages/google-cloud-documentai/CHANGELOG.md">google-auth-oauthlib's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/googleapis/python-documentai/compare/v1.2.1...v1.3.0">1.3.0</a> (2022-03-05)</h2> <h3>Features</h3> <ul> <li>add <code>symbols</code> field, and auto-format comments (<a href="https://redirect.github.com/googleapis/python-documentai/issues/277">#277</a>) (<a href="https://github.com/googleapis/python-documentai/commit/ca016dd0cfaa5df0e4ced218423245a5ba2eb669">ca016dd</a>)</li> <li>add api key support (<a href="https://redirect.github.com/googleapis/python-documentai/issues/267">#267</a>) (<a href="https://github.com/googleapis/python-documentai/commit/061eb454d3fafa405f90d6b73240b4c130db845f">061eb45</a>)</li> <li>add question_id field in ReviewDocumentOperationMetadata (<a href="https://redirect.github.com/googleapis/python-documentai/issues/269">#269</a>) (<a href="https://github.com/googleapis/python-documentai/commit/1c61b737ce02185bad04c7bd58c12e6772b8569f">1c61b73</a>)</li> <li>add question_id field in ReviewDocumentOperationMetadata (<a href="https://redirect.github.com/googleapis/python-documentai/issues/273">#273</a>) (<a href="https://github.com/googleapis/python-documentai/commit/530f2ba88cc5abc8f888722246a3610adca001a9">530f2ba</a>)</li> </ul> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> require google-api-core&gt;=1.31.5, &gt;=2.3.2 (<a href="https://redirect.github.com/googleapis/python-documentai/issues/285">#285</a>) (<a href="https://github.com/googleapis/python-documentai/commit/573deee85e91a7e0a02c411703467e89be36c734">573deee</a>)</li> <li><strong>deps:</strong> require proto-plus&gt;=1.15.0 (<a href="https://github.com/googleapis/python-documentai/commit/573deee85e91a7e0a02c411703467e89be36c734">573deee</a>)</li> <li>remove libcst from setup_requires (<a href="https://redirect.github.com/googleapis/python-documentai/issues/276">#276</a>) (<a href="https://github.com/googleapis/python-documentai/commit/56c96e4cd3427321dac0e8c979aa4e34eefa0b12">56c96e4</a>)</li> <li>resolve DuplicateCredentialArgs error when using credentials_file (<a href="https://github.com/googleapis/python-documentai/commit/530f2ba88cc5abc8f888722246a3610adca001a9">530f2ba</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/googleapis/google-cloud-python/commit/2c66d48f374bf39a29d4bd6cdba922ce31b499c8"><code>2c66d48</code></a> chore: librarian release pull request: 20260226T081244Z (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/15616">#15616</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/fd4da88078602585c14ad8de307e59bdbbfa6a53"><code>fd4da88</code></a> chore(migration): Migrate code from googleapis/python-logging into packages/g...</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/717c1581c214d4a445838c66915a5745ad6a30c0"><code>717c158</code></a> tests: add system test dependencies</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/7597cca2aebef327023e898106a8f8259c4702eb"><code>7597cca</code></a> tests: enable system tests</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/e0426dc7825f600c7ed5e27ed78e264f51c41942"><code>e0426dc</code></a> chore(multiple): format handwritten code (<a href="https://redirect.github.com/googleapis/google-cloud-python/issues/15617">#15617</a>)</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/ff062e420f80eb1b33ff0767c74074539836bff6"><code>ff062e4</code></a> Merge branch 'main' into migration.python-logging.migration.2026-02-20_16-32-...</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/72db7952c8e529a4acfca00f9069e16704b8fc38"><code>72db795</code></a> chore: run librarian generate</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/80a84800e66bb8d4ede5d0b52a2eb416e7645d7c"><code>80a8480</code></a> chore: run librarian generate</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/2a35c6add8453e5bb2e5cb48db99a75d125931e4"><code>2a35c6a</code></a> chore: run librarian generate</li> <li><a href="https://github.com/googleapis/google-cloud-python/commit/6f2ce049f3b2030548a1210938be05379a9abfb8"><code>6f2ce04</code></a> chore: format using ruff</li> <li>Additional commits viewable in <a href="https://github.com/googleapis/google-cloud-python/compare/kms-1.2.1...google-auth-oauthlib-v1.3.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-auth-oauthlib&package-manager=uv&previous-version=1.2.1&new-version=1.3.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 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-25 14:05:24 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#42069