From f82ede3ddb74f00c8a04c2fcd5c7026612518e0c Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate <bot@renovateapp.com>
Date: Mon, 12 Jul 2021 20:16:09 +0200
Subject: [PATCH] chore(deps): update dependency backoff to v1.11.0 (#192)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [backoff](https://togithub.com/litl/backoff) | `==1.10.0` -> `==1.11.0` | [![age](https://badges.renovateapi.com/packages/pypi/backoff/1.11.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/backoff/1.11.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/backoff/1.11.0/compatibility-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/backoff/1.11.0/confidence-slim/1.10.0)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>litl/backoff</summary>

### [`v1.11.0`](https://togithub.com/litl/backoff/blob/master/CHANGELOG.md#v1110-2021-07-12)

[Compare Source](https://togithub.com/litl/backoff/compare/v1.10.0...v1.11.0)

##### Changed

-   Configurable logging levels for backoff and giveup events
-   Minor documentation fixes

##### NOTE

THIS WILL BE THE FINAL PYTHON 2.7 COMPATIBLE RELEASE.

</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/python-translate).
---
 .../samples/snippets/requirements-test.txt                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/google-cloud-translate/samples/snippets/requirements-test.txt b/packages/google-cloud-translate/samples/snippets/requirements-test.txt
index a2d247d830b0..1686e66f21be 100644
--- a/packages/google-cloud-translate/samples/snippets/requirements-test.txt
+++ b/packages/google-cloud-translate/samples/snippets/requirements-test.txt
@@ -1,3 +1,3 @@
-backoff==1.10.0
+backoff==1.11.0
 flaky==3.7.0
 pytest==6.2.4