GoogleCloudPlatform / cloudml-samples

Cloud ML Engine repo. Please visit the new Vertex AI samples repo at https://github.com/GoogleCloudPlatform/vertex-ai-samples
https://cloud.google.com/ai-platform/docs/
Apache License 2.0
1.51k stars 859 forks source link

chore(deps): update dependency oauth2client to v4 #554

Closed renovate-bot closed 2 years ago

renovate-bot commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
oauth2client ==3.0.0 -> ==4.1.3 age adoption passing confidence

Release Notes

google/oauth2client ### [`v4.1.3`](https://togithub.com/google/oauth2client/blob/master/CHANGELOG.md#v413) [Compare Source](https://togithub.com/google/oauth2client/compare/v4.1.2...v4.1.3) **Note**: oauth2client is deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use [google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/). - Changed OAuth2 endpoints to use oauth2.googleapis.com variants. ([#​742](https://togithub.com/google/oauth2client/issues/742)) ### [`v4.1.2`](https://togithub.com/google/oauth2client/blob/master/CHANGELOG.md#v412) [Compare Source](https://togithub.com/google/oauth2client/compare/v4.1.1...v4.1.2) **Note**: oauth2client is deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use [google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/). Bug fixes: - Fix packaging issue had erroneously installed the test package. ([#​688](https://togithub.com/google/oauth2client/issues/688)) ### [`v4.1.1`](https://togithub.com/google/oauth2client/blob/master/CHANGELOG.md#v411) [Compare Source](https://togithub.com/google/oauth2client/compare/v4.1.0...v4.1.1) **Note**: oauth2client is deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use [google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/). New features: - Allow passing prompt='consent' via the flow_from_clientsecrets. ([#​717](https://togithub.com/google/oauth2client/issues/717)) ### [`v4.1.0`](https://togithub.com/google/oauth2client/blob/master/CHANGELOG.md#v410) [Compare Source](https://togithub.com/google/oauth2client/compare/v4.0.0...v4.1.0) **Note**: oauth2client is now deprecated. No more features will be added to the libraries and the core team is turning down support. We recommend you use [google-auth](https://google-auth.readthedocs.io) and [oauthlib](http://oauthlib.readthedocs.io/). New features: - Allow customizing the GCE metadata service address via an env var. ([#​704](https://togithub.com/google/oauth2client/issues/704)) - Store original encoded and signed identity JWT in OAuth2Credentials. ([#​680](https://togithub.com/google/oauth2client/issues/680)) - Use jsonpickle in django contrib, if available. ([#​676](https://togithub.com/google/oauth2client/issues/676)) Bug fixes: - Typo fixes. ([#​668](https://togithub.com/google/oauth2client/issues/668), [#​697](https://togithub.com/google/oauth2client/issues/697)) - Remove b64 padding from PKCE values, per RFC7636. ([#​683](https://togithub.com/google/oauth2client/issues/683)) - Include LICENSE in Manifest.in. ([#​694](https://togithub.com/google/oauth2client/issues/694)) - Fix tests and CI. ([#​705](https://togithub.com/google/oauth2client/issues/705), [#​712](https://togithub.com/google/oauth2client/issues/712), [#​713](https://togithub.com/google/oauth2client/issues/713)) - Escape callback error code in flask_util. ([#​710](https://togithub.com/google/oauth2client/issues/710)) ### [`v4.0.0`](https://togithub.com/google/oauth2client/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/google/oauth2client/compare/v3.0.0...v4.0.0) New features: - New Django samples. ([#​636](https://togithub.com/google/oauth2client/issues/636)) - Add support for RFC7636 PKCE. ([#​588](https://togithub.com/google/oauth2client/issues/588)) - Release as a universal wheel. ([#​665](https://togithub.com/google/oauth2client/issues/665)) Bug fixes: - Fix django authorization redirect by correctly checking validity of credentials. ([#​651](https://togithub.com/google/oauth2client/issues/651)) - Correct query loss when using parse_qsl to dict. ([#​622](https://togithub.com/google/oauth2client/issues/622)) - Switch django models from pickle to jsonpickle. ([#​614](https://togithub.com/google/oauth2client/issues/614)) - Support new MIDDLEWARE Django 1.10 setting. ([#​623](https://togithub.com/google/oauth2client/issues/623)) - Remove usage of os.environ.setdefault. ([#​621](https://togithub.com/google/oauth2client/issues/621)) - Handle missing storage files correctly. ([#​576](https://togithub.com/google/oauth2client/issues/576)) - Try to revoke token with POST when getting a 405. ([#​662](https://togithub.com/google/oauth2client/issues/662)) Internal changes: - Use transport module for GCE environment check. ([#​612](https://togithub.com/google/oauth2client/issues/612)) - Remove **author** lines and add contributors.md. ([#​627](https://togithub.com/google/oauth2client/issues/627)) - Clean up imports. ([#​625](https://togithub.com/google/oauth2client/issues/625)) - Use transport.request in tests. ([#​607](https://togithub.com/google/oauth2client/issues/607)) - Drop unittest2 dependency ([#​610](https://togithub.com/google/oauth2client/issues/610)) - Remove backslash line continuations. ([#​608](https://togithub.com/google/oauth2client/issues/608)) - Use transport helpers in system tests. ([#​606](https://togithub.com/google/oauth2client/issues/606)) - Clean up usage of HTTP mocks in tests. ([#​605](https://togithub.com/google/oauth2client/issues/605)) - Remove all uses of MagicMock. ([#​598](https://togithub.com/google/oauth2client/issues/598)) - Migrate test runner to pytest. ([#​569](https://togithub.com/google/oauth2client/issues/569)) - Merge util.py and \_helpers.py. ([#​579](https://togithub.com/google/oauth2client/issues/579)) - Remove httplib2 imports from non-transport modules. ([#​577](https://togithub.com/google/oauth2client/issues/577)) Breaking changes: - Drop Python 3.3 support. ([#​603](https://togithub.com/google/oauth2client/issues/603)) - Drop Python 2.6 support. ([#​590](https://togithub.com/google/oauth2client/issues/590)) - Remove multistore_file. ([#​589](https://togithub.com/google/oauth2client/issues/589))

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by WhiteSource Renovate. View repository job log here.

forking-renovate[bot] commented 2 years ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 4.x releases. However, if you upgrade to 4.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.