Skip to content

Commit 6233654

Browse files
authored
chore(deps): update dependency google-auth to v1.26.1 (GoogleCloudPlatform#5328)
[![WhiteSource 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](https://togithub.com/googleapis/google-auth-library-python) | `==1.24.0` -> `==1.26.1` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth/1.26.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-auth/1.26.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-auth/1.26.1/compatibility-slim/1.24.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-auth/1.26.1/confidence-slim/1.24.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/google-auth-library-python</summary> ### [`v1.26.1`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#&#8203;1261-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1260v1261-2021-02-11) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.26.0...v1.26.1) ### [`v1.26.0`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#&#8203;1260-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1250v1260-2021-02-09) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.25.0...v1.26.0) ##### Features - workload identity federation support ([#&GoogleCloudPlatform#8203;686](https://www.github.com/googleapis/google-auth-library-python/issues/686)) ([5dcd2b1](https://www.github.com/googleapis/google-auth-library-python/commit/5dcd2b1bdd9d21522636d959cffc49ee29dda88f)) ### [`v1.25.0`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#&#8203;1250-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1240v1250-2021-02-03) [Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.24.0...v1.25.0) ##### Features - support self-signed jwt in requests and urllib3 transports ([#&GoogleCloudPlatform#8203;679](https://www.github.com/googleapis/google-auth-library-python/issues/679)) ([7a94acb](https://www.github.com/googleapis/google-auth-library-python/commit/7a94acb50e75fe0a51688e0f968bca3fa9bd9082)) - use self-signed jwt for service account ([#&GoogleCloudPlatform#8203;665](https://www.github.com/googleapis/google-auth-library-python/issues/665)) ([bf5ce0c](https://www.github.com/googleapis/google-auth-library-python/commit/bf5ce0c56c10f655ced6630653f0f2ad47fcceeb)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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 has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples).
1 parent bc74854 commit 6233654

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==1.1.2
22
pyjwt==1.7.1; python_version < '3.0'
33
flask-cors==3.0.10
4-
google-auth==1.24.0
4+
google-auth==1.26.1
55
requests==2.25.1
66
requests-toolbelt==0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
flask==1.1.2
22
requests==2.25.1
33
requests_toolbelt==0.9.1
4-
google-auth==1.24.0
4+
google-auth==1.26.1
55
functools32==3.2.3.post2; python_version < "3"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-auth==1.24.0
1+
google-auth==1.26.1
22
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.12.8
2-
google-auth==1.24.0
2+
google-auth==1.26.1
33
google-auth-httplib2==0.0.4
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-cloud-datastore==2.1.0
3-
google-auth==1.24.0
3+
google-auth==1.26.1
44
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-cloud-datastore==2.1.0
3-
google-auth==1.24.0
3+
google-auth==1.26.1
44
requests==2.25.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
requests==2.25.1
22
flask==1.1.2
3-
google-auth==1.24.0
3+
google-auth==1.26.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.2
22
google-api-python-client==1.12.8
3-
google-auth==1.24.0
3+
google-auth==1.26.1
44
google-cloud-pubsub==2.3.0

auth/api-client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-api-python-client==1.12.8
22
google-auth-httplib2==0.0.4
3-
google-auth==1.24.0
3+
google-auth==1.26.1

auth/end-user/web/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
google-auth==1.24.0
1+
google-auth==1.26.1
22
google-auth-oauthlib==0.4.2
33
google-auth-httplib2==0.0.4
44
google-api-python-client==1.12.8

0 commit comments

Comments
 (0)