From 5eead2a5c3d2610d42e87a44df3f8951e76ac585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 15:45:47 +0000 Subject: [PATCH] [noissue]: Update backoff requirement from ~=1.11.0 to ~=1.11.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/v1.11.0...v1.11.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 3fe42140620..f69a8e168af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ aiohttp~=3.7.4 aiodns~=3.0.0 aiofiles==0.7.0 aioredis~=2.0.0a1 -backoff~=1.11.0 +backoff~=1.11.1 click<9.0 Django~=2.2.24 # LTS version, switch only if we have a compelling reason to django-currentuser~=0.5.3