From 3a245d768eb9ccf324c635d642b2117cb58ccd1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:13:59 +0000 Subject: [PATCH] Bump backoff from 1.10.0 to 2.1.2 Bumps [backoff](https://github.com/litl/backoff) from 1.10.0 to 2.1.2. - [Release notes](https://github.com/litl/backoff/releases) - [Changelog](https://github.com/litl/backoff/blob/master/CHANGELOG.md) - [Commits](https://github.com/litl/backoff/compare/v1.10.0...v2.1.2) --- updated-dependencies: - dependency-name: backoff dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 761f71a150..187dc2c512 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ attrs==19.3.0 # via # -r requirements.in # jsonschema -backoff==1.10.0 +backoff==2.1.2 # via -r requirements.in backports-abc==0.5 # via -r requirements.in