From 035a2f5b997ba6e4d98f2100110ba6083b954668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jan 2022 13:38:09 +0000 Subject: [PATCH] [noissue]: Update aioredis requirement from ~=2.0.0 to ~=2.0.1 Updates the requirements on [aioredis](https://github.com/aio-libs/aioredis-py) to permit the latest version. - [Release notes](https://github.com/aio-libs/aioredis-py/releases) - [Changelog](https://github.com/aio-libs/aioredis-py/blob/master/CHANGELOG.md) - [Commits](https://github.com/aio-libs/aioredis-py/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: aioredis 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 30e3376293..eed13bd49c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ asyncio-throttle~=1.0 aiohttp~=3.8.1 aiodns~=3.0.0 aiofiles==0.8.0 -aioredis~=2.0.0 +aioredis~=2.0.1 backoff~=1.11.0 click<9.0 cryptography~=36.0.1