commit | 18b75f808893ef1ad17e37800a1d5ab66e2c46af | [log] [tgz] |
---|---|---|
author | WhiteSource Renovate <bot@renovateapp.com> | Tue Aug 17 18:18:21 2021 +0200 |
committer | GitHub <noreply@github.com> | Tue Aug 17 16:18:21 2021 +0000 |
tree | 84c02624a5769997937fb171877e3ac2a52da555 | |
parent | cdf480e8145d58600a5224efc68ba2ace973ef62 [diff] |
chore(deps): update dependency google-auth to v1.35.0 (#1485) [](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.34.0` -> `==1.35.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> ### [`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 ([#​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 ([#​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. ([#​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 ([#​827](https://www.togithub.com/googleapis/google-auth-library-python/issues/827)) ([d1840dc](https://www.github.com/googleapis/google-auth-library-python/commit/d1840dcdcd03dfd7fdfa81d08da68402f6f8b658)) </details> --- ### 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. --- - [ ] <!-- 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/googleapis/google-api-python-client).
diff --git a/samples/compute/requirements.txt b/samples/compute/requirements.txt index bb55768..04a91b4 100644 --- a/samples/compute/requirements.txt +++ b/samples/compute/requirements.txt
@@ -1,3 +1,3 @@ google-api-python-client==2.15.0 -google-auth==1.34.0 +google-auth==1.35.0 google-auth-httplib2==0.1.0