From 2aa843256f916aeac9c4776597b2b2a9d94c46d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 20:14:18 +0000 Subject: [PATCH] [noissue]: Update backoff requirement from ~=2.0.1 to ~=2.2.1 Updates the requirements on [backoff](https://github.com/litl/backoff) to permit the latest version. - [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/v2.0.1...v2.2.1) --- updated-dependencies: - dependency-name: backoff dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09c3d2fb854..915ba2cb9d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp~=3.8.1 aiodns~=3.0.0 aiofiles==0.8.0 aioredis~=2.0.1 -backoff~=2.0.1 +backoff~=2.2.1 click<9.0 cryptography~=37.0.2 Django~=3.2.13 # LTS version, switch only if we have a compelling reason to