Skip to content

Commit

Permalink
chore(deps): update dependency google-auth to v1.27.0 (#76)
Browse files Browse the repository at this point in the history
[![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://github.com/googleapis/google-auth-library-python) | `==1.26.1` -> `==1.27.0` | [![age](https://badges.renovateapi.com/packages/pypi/google-auth/1.27.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/google-auth/1.27.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/google-auth/1.27.0/compatibility-slim/1.26.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/google-auth/1.27.0/confidence-slim/1.26.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>googleapis/google-auth-library-python</summary>

### [`v1.27.0`](https://github.com/googleapis/google-auth-library-python/blob/master/CHANGELOG.md#&#8203;1270-httpswwwgithubcomgoogleapisgoogle-auth-library-pythoncomparev1261v1270-2021-02-16)

[Compare Source](https://github.com/googleapis/google-auth-library-python/compare/v1.26.1...v1.27.0)

##### Features

-   workload identity federation support ([#&#8203;698](https://github.com/googleapis/google-auth-library-python/issues/698)) ([d4d7f38](https://github.com/googleapis/google-auth-library-python/commit/d4d7f3815e0cea3c9f39a5204a4f001de99568e9))

##### Bug Fixes

-   add pyopenssl as extra dependency ([#&#8203;697](https://github.com/googleapis/google-auth-library-python/issues/697)) ([aeab5d0](https://github.com/googleapis/google-auth-library-python/commit/aeab5d07c5538f3d8cce817df24199534572b97d))

##### [1.26.1](https://github.com/googleapis/google-auth-library-python/compare/v1.26.0...v1.26.1) (2021-02-11)

##### Documentation

-   fix a typo in the user guide (avaiable -> available) ([#&#8203;680](https://github.com/googleapis/google-auth-library-python/issues/680)) ([684457a](https://github.com/googleapis/google-auth-library-python/commit/684457afd3f81892e12d983a61672d7ea9bbe296))

##### Bug Fixes

-   revert workload identity federation support ([#&#8203;691](https://github.com/googleapis/google-auth-library-python/pull/691))

</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**: Whenever PR becomes conflicted, 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/googleapis/python-language).
  • Loading branch information
renovate-bot authored Feb 20, 2021
1 parent 796153f commit 1c0612e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion language/snippets/api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-api-python-client==1.12.8
google-auth==1.26.1
google-auth==1.27.0
google-auth-httplib2==0.0.4
4 changes: 2 additions & 2 deletions language/snippets/classify_text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-cloud-language==2.0.0
numpy==1.20.1; python_version > 3.6
numpy==1.19.5; python_version <= 3.6
numpy==1.20.1; python_version > '3.6'
numpy==1.19.5; python_version <= '3.6'

0 comments on commit 1c0612e

Please sign in to comment.