Commit 4076758
authored
chore(deps): update dependency google-auth to v2 (GoogleCloudPlatform#6585)
[](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.31.0` -> `==2.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
| [google-auth](https://togithub.com/googleapis/google-auth-library-python) | `==1.34.0` -> `==2.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
<details>
<summary>googleapis/google-auth-library-python</summary>
### [`v2.0.0`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​200-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev200-b1v200-2021-08-16)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.35.0...v2.0.0)
##### ⚠ BREAKING CHANGES
- drop support for Python 2.7 ([#&GoogleCloudPlatform#8203;778](https://www.togithub.com/googleapis/google-auth-library-python/issues/778)) ([560cf1e](https://www.github.com/googleapis/google-auth-library-python/commit/560cf1ed02a900436c5d9e0a0fb3f94b5fd98c55))
##### Features
- service account is able to use a private token endpoint ([#&GoogleCloudPlatform#8203;835](https://www.togithub.com/googleapis/google-auth-library-python/issues/835)) ([20b817a](https://www.github.com/googleapis/google-auth-library-python/commit/20b817af8e202b0331998e5abde4e2a5aab51f9a))
##### Bug Fixes
- downscoping documentation bugs ([#&GoogleCloudPlatform#8203;830](https://www.togithub.com/googleapis/google-auth-library-python/issues/830)) ([da8bb13](https://www.github.com/googleapis/google-auth-library-python/commit/da8bb13c1349e771ffc2e125256030495c53d956))
- Fix missing space in error message. ([#&GoogleCloudPlatform#8203;821](https://www.togithub.com/googleapis/google-auth-library-python/issues/821)) ([7b03988](https://www.github.com/googleapis/google-auth-library-python/commit/7b039888aeb6ec7691d91c9afce182b17f02b1a6))
##### Documentation
- update user guide/references for downscoped creds ([#&GoogleCloudPlatform#8203;827](https://www.togithub.com/googleapis/google-auth-library-python/issues/827)) ([d1840dc](https://www.github.com/googleapis/google-auth-library-python/commit/d1840dcdcd03dfd7fdfa81d08da68402f6f8b658))
### [`v1.35.0`](https://togithub.com/googleapis/google-auth-library-python/releases/v1.35.0)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.34.0...v1.35.0)
##### Features
- service account is able to use a private token endpoint ([#&GoogleCloudPlatform#8203;835](https://www.togithub.com/googleapis/google-auth-library-python/issues/835)) ([20b817a](https://www.github.com/googleapis/google-auth-library-python/commit/20b817af8e202b0331998e5abde4e2a5aab51f9a))
##### Bug Fixes
- downscoping documentation bugs ([#&GoogleCloudPlatform#8203;830](https://www.togithub.com/googleapis/google-auth-library-python/issues/830)) ([da8bb13](https://www.github.com/googleapis/google-auth-library-python/commit/da8bb13c1349e771ffc2e125256030495c53d956))
- Fix missing space in error message. ([#&GoogleCloudPlatform#8203;821](https://www.togithub.com/googleapis/google-auth-library-python/issues/821)) ([7b03988](https://www.github.com/googleapis/google-auth-library-python/commit/7b039888aeb6ec7691d91c9afce182b17f02b1a6))
##### Documentation
- update user guide/references for downscoped creds ([#&GoogleCloudPlatform#8203;827](https://www.togithub.com/googleapis/google-auth-library-python/issues/827)) ([d1840dc](https://www.github.com/googleapis/google-auth-library-python/commit/d1840dcdcd03dfd7fdfa81d08da68402f6f8b658))
### [`v1.34.0`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​1340-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1331v1340-2021-07-23)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.33.1...v1.34.0)
##### Features
- support refresh callable on google.oauth2.credentials.Credentials ([#&GoogleCloudPlatform#8203;812](https://www.togithub.com/googleapis/google-auth-library-python/issues/812)) ([ec2fb18](https://www.github.com/googleapis/google-auth-library-python/commit/ec2fb18e7f0f452fb20e43fd0bfbb788bcf7f46b))
##### Bug Fixes
- do not use the GAE APIs on gen2+ runtimes ([#&GoogleCloudPlatform#8203;807](https://www.togithub.com/googleapis/google-auth-library-python/issues/807)) ([7f7d92d](https://www.github.com/googleapis/google-auth-library-python/commit/7f7d92d63ffee91859fc819416af78cef3baf574))
##### [1.33.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.33.0...v1.33.1) (2021-07-20)
##### Bug Fixes
- fallback to source creds expiration in downscoped tokens ([#&GoogleCloudPlatform#8203;805](https://www.togithub.com/googleapis/google-auth-library-python/issues/805)) ([dfad661](https://www.github.com/googleapis/google-auth-library-python/commit/dfad66128c6ee7513e5565d39bc7b002055dd0d5))
##### Reverts
- revert "feat: service account is able to use a private token endpoint ([#&GoogleCloudPlatform#8203;784](https://www.togithub.com/googleapis/google-auth-library-python/issues/784))" ([#&GoogleCloudPlatform#8203;808](https://www.togithub.com/googleapis/google-auth-library-python/issues/808)) ([d94e65c](https://www.github.com/googleapis/google-auth-library-python/commit/d94e65c0e441183403608d762b92b30b77e21eeb))
### [`v1.33.1`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​1331-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1330v1331-2021-07-20)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.33.0...v1.33.1)
### [`v1.33.0`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​1330-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1321v1330-2021-07-14)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.32.1...v1.33.0)
##### Features
- define `CredentialAccessBoundary` classes ([#&GoogleCloudPlatform#8203;793](https://www.togithub.com/googleapis/google-auth-library-python/issues/793)) ([d883921](https://www.github.com/googleapis/google-auth-library-python/commit/d883921ae8fdc92b2c2cf1b3a5cd389e1287eb60))
- define `google.auth.downscoped.Credentials` class ([#&GoogleCloudPlatform#8203;801](https://www.togithub.com/googleapis/google-auth-library-python/issues/801)) ([2f5c3a6](https://www.github.com/googleapis/google-auth-library-python/commit/2f5c3a636192c20cf4c92c3831d1f485031d24d2))
- service account is able to use a private token endpoint ([#&GoogleCloudPlatform#8203;784](https://www.togithub.com/googleapis/google-auth-library-python/issues/784)) ([0e26409](https://www.github.com/googleapis/google-auth-library-python/commit/0e264092e35ac02ad68d5d91424ecba5397daa41))
##### Bug Fixes
- fix fetch_id_token credential lookup order to match adc ([#&GoogleCloudPlatform#8203;748](https://www.togithub.com/googleapis/google-auth-library-python/issues/748)) ([c34452e](https://www.github.com/googleapis/google-auth-library-python/commit/c34452ef450c42cfef37a1b0c548bb422302dd5d))
##### Documentation
- fix code block formatting in 'user-guide.rst' ([#&GoogleCloudPlatform#8203;794](https://www.togithub.com/googleapis/google-auth-library-python/issues/794)) ([4fd84bd](https://www.github.com/googleapis/google-auth-library-python/commit/4fd84bdf43694af5107dc8c8b443c06ba2f61d2c))
##### [1.32.1](https://www.github.com/googleapis/google-auth-library-python/compare/v1.32.0...v1.32.1) (2021-06-30)
##### Bug Fixes
- avoid leaking sub-session created for '\_auth_request' ([#&GoogleCloudPlatform#8203;789](https://www.togithub.com/googleapis/google-auth-library-python/issues/789)) ([2079ab5](https://www.github.com/googleapis/google-auth-library-python/commit/2079ab5e1db464f502248ae4f9e424deeef87fb2))
### [`v1.32.1`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​1321-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1320v1321-2021-06-30)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.32.0...v1.32.1)
### [`v1.32.0`](https://togithub.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#​1320-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1310v1320-2021-06-16)
[Compare Source](https://togithub.com/googleapis/google-auth-library-python/compare/v1.31.0...v1.32.0)
##### Features
- allow scopes for self signed jwt ([#&GoogleCloudPlatform#8203;776](https://www.togithub.com/googleapis/google-auth-library-python/issues/776)) ([2cfe655](https://www.github.com/googleapis/google-auth-library-python/commit/2cfe655bba837170abc07701557a1a5e0fe3294e))
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 **Ignore**: Close this PR and you won't be reminded about these updates 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 b13f116 commit 4076758
File tree
45 files changed
+56
-52
lines changed- appengine
- standard_python3
- building-an-app
- building-an-app-3
- building-an-app-4
- migration/urlfetch
- pubsub
- standard
- firebase
- firenotes/backend
- firetactoe
- migration/incoming
- storage/api-client
- auth
- api-client
- downscoping
- end-user/web
- service-to-service
- composer
- functions
- rest
- compute
- api
- auth
- encryption
- metadata
- oslogin
- endpoints
- bookstore-grpc-transcoding
- bookstore-grpc
- getting-started
- clients/service_to_service_non_default
- healthcare/api-client
- v1beta1/fhir
- v1
- datasets
- dicom
- fhir
- hl7v2
- iam/api-client
- iap
- iot/api-client
- end_to_end_example
- gcs_file_to_device
- http_example
- mqtt_example
- jobs/v3/api_client
- kubernetes_engine/api-client
- ml_engine/online_prediction
- monitoring
- api/v3/api-client
- opencensus
- prometheus
- run/markdown-preview
- editor
- storage
- api
- signed_urls
- transfer_service
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+56
-52
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
0 commit comments