Skip to content

Commit 76822fa

Browse files
authored
chore(deps): update dependency google-auth-oauthlib to v0.5.3 (#8321)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [google-auth-oauthlib](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib) | `==0.5.2` -> `==0.5.3` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth-oauthlib/0.5.3/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-auth-oauthlib/0.5.3/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-auth-oauthlib/0.5.3/compatibility-slim/0.5.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-auth-oauthlib/0.5.3/confidence-slim/0.5.2)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>GoogleCloudPlatform/google-auth-library-python-oauthlib</summary> ### [`v0.5.3`](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/blob/HEAD/CHANGELOG.md#&#8203;053-httpsgithubcomgoogleapisgoogle-auth-library-python-oauthlibcomparev052v053-2022-09-02) [Compare Source](https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib/compare/v0.5.2...v0.5.3) ##### Bug Fixes - Pass port range from `get_user_credentials` to `find_open_port` ([#&#8203;212](https://github.com/googleapis/google-auth-library-python-oauthlib/issues/212)) ([479330a](https://github.com/googleapis/google-auth-library-python-oauthlib/commit/479330a49a28e4f7443982ba235d2adee3e49d58)) </details> --- ### 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**: Never, 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, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTUuNSIsInVwZGF0ZWRJblZlciI6IjMyLjE5NS41In0=-->
1 parent 005073d commit 76822fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

auth/end-user/web/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
google-auth==2.6.2
2-
google-auth-oauthlib==0.5.2
2+
google-auth-oauthlib==0.5.3
33
google-auth-httplib2==0.1.0
44
google-api-python-client==2.47.0
55
flask==2.1.0

endpoints/getting-started/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ six==1.16.0
55
pyyaml==6.0
66
requests==2.27.1
77
google-auth==2.6.2
8-
google-auth-oauthlib==0.5.2
8+
google-auth-oauthlib==0.5.3

0 commit comments

Comments
 (0)