Skip to content

Commit

Permalink
chore(deps): update dependency google-auth to v2.36.0 (#946)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google-auth](https://redirect.github.com/googleapis/google-auth-library-python)
| `==2.33.0` -> `==2.36.0` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/google-auth/2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/google-auth/2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/google-auth/2.33.0/2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/google-auth/2.33.0/2.36.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>googleapis/google-auth-library-python (google-auth)</summary>

###
[`v2.36.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2360-2024-10-30)

[Compare
Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.35.0...v2.36.0)

##### Features

- IAM signblob retries
([#&#8203;1600](https://redirect.github.com/googleapis/google-auth-library-python/issues/1600))
([484c8db](https://redirect.github.com/googleapis/google-auth-library-python/commit/484c8db151690a4ae7b6b0ae38db0a8ede88df69))
- Making iam endpoint universe-aware
([#&#8203;1604](https://redirect.github.com/googleapis/google-auth-library-python/issues/1604))
([16c728d](https://redirect.github.com/googleapis/google-auth-library-python/commit/16c728d30adb36e19aabe34f0ed5a95152d9a135))
- Support External Account Authorized User as a Source Credential for
impersonated credentials in ADC
([#&#8203;1608](https://redirect.github.com/googleapis/google-auth-library-python/issues/1608))
([875796c](https://redirect.github.com/googleapis/google-auth-library-python/commit/875796cbace847797898bc506eac188edbaa3192))

##### Bug Fixes

- Adding default parameters to updated interfaces
([#&#8203;1622](https://redirect.github.com/googleapis/google-auth-library-python/issues/1622))
([8cf1cb1](https://redirect.github.com/googleapis/google-auth-library-python/commit/8cf1cb1663fccd03ea17a1bf055d862bddf61406))
- Change universe_domain to universe-domain
([#&#8203;1613](https://redirect.github.com/googleapis/google-auth-library-python/issues/1613))
([168fcc6](https://redirect.github.com/googleapis/google-auth-library-python/commit/168fcc63593cb1da018b86070e20a576d5b93b7b))
- Remove base class to avoid type conflict
([#&#8203;1619](https://redirect.github.com/googleapis/google-auth-library-python/issues/1619))
([9e2789a](https://redirect.github.com/googleapis/google-auth-library-python/commit/9e2789a208d58221292873b0095ae4e8a924a703))
- Revert templates for iam endpoints
([#&#8203;1614](https://redirect.github.com/googleapis/google-auth-library-python/issues/1614))
([0a4363a](https://redirect.github.com/googleapis/google-auth-library-python/commit/0a4363a556455a29ececc1339385826e26459c65))
- Update secret
([#&#8203;1611](https://redirect.github.com/googleapis/google-auth-library-python/issues/1611))
([f070de0](https://redirect.github.com/googleapis/google-auth-library-python/commit/f070de06492a5eed3fab54313272acb5f603193a))
- Update secret
([#&#8203;1617](https://redirect.github.com/googleapis/google-auth-library-python/issues/1617))
([10f42a7](https://redirect.github.com/googleapis/google-auth-library-python/commit/10f42a70e6089f1eecd060893632dd0ef40423f7))
- Update secret
([#&#8203;1621](https://redirect.github.com/googleapis/google-auth-library-python/issues/1621))
([6be19fb](https://redirect.github.com/googleapis/google-auth-library-python/commit/6be19fb6ad571f3a8275db8ccdd7a69cf97e1ceb))

###
[`v2.35.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2350-2024-09-17)

[Compare
Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.34.0...v2.35.0)

##### Features

- Add cred info to ADC creds
([#&#8203;1587](https://redirect.github.com/googleapis/google-auth-library-python/issues/1587))
([6f75dd5](https://redirect.github.com/googleapis/google-auth-library-python/commit/6f75dd5de9ee1da4509306ff2e6420b3d88f9d00))
- Add support for asynchronous `AuthorizedSession` api
([#&#8203;1577](https://redirect.github.com/googleapis/google-auth-library-python/issues/1577))
([2910b6b](https://redirect.github.com/googleapis/google-auth-library-python/commit/2910b6b56f8b82ad6b2e78befb7d0b3fbe96042d))

##### Bug Fixes

- Remove token_info call from token refresh path
([#&#8203;1595](https://redirect.github.com/googleapis/google-auth-library-python/issues/1595))
([afb9e5a](https://redirect.github.com/googleapis/google-auth-library-python/commit/afb9e5ac889ec7599976cf3cf8516d17f6b59633))

###
[`v2.34.0`](https://redirect.github.com/googleapis/google-auth-library-python/blob/HEAD/CHANGELOG.md#2340-2024-08-13)

[Compare
Source](https://redirect.github.com/googleapis/google-auth-library-python/compare/v2.33.0...v2.34.0)

##### Features

- **auth:** Update get_client_ssl_credentials to support X.509 workload
certs
([#&#8203;1558](https://redirect.github.com/googleapis/google-auth-library-python/issues/1558))
([18c2ec1](https://redirect.github.com/googleapis/google-auth-library-python/commit/18c2ec1b571d506c0dbcffc483aa5e7b95e1b246))

##### Bug Fixes

- Retry token request on retryable status code
([#&#8203;1563](https://redirect.github.com/googleapis/google-auth-library-python/issues/1563))
([f858a15](https://redirect.github.com/googleapis/google-auth-library-python/commit/f858a151cb7e29d34578e03c9e3fd4110c6bc258))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the
month" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

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

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/GoogleCloudPlatform/document-ai-samples).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzUuMiIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
renovate-bot authored Nov 6, 2024
1 parent 88ba0c5 commit 239d38c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
google-cloud-documentai==2.15.0

# https://pypi.org/project/google-auth
google-auth==2.33.0
google-auth==2.36.0

# https://pypi.org/project/Pillow
Pillow==10.3.0
Expand Down
2 changes: 1 addition & 1 deletion web-app-demo/Backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Flask==3.0.3
Flask-Cors==4.0.1
Flask-RESTful==0.3.10
google-cloud-documentai==2.15.0
google-auth==2.33.0
google-auth==2.36.0
pylint==3.0.3
gunicorn==23.0.0
2 changes: 1 addition & 1 deletion web-app-pix2info-python/src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ google-cloud-documentai==2.15.0
google-cloud-logging==3.5.0

# https://pypi.org/project/google-auth
google-auth==2.33.0
google-auth==2.36.0

# https://pypi.org/project/Pillow
Pillow==10.3.0
Expand Down

0 comments on commit 239d38c

Please sign in to comment.