From af40c849767cc1c40f30cc72369b4f8ad96a799a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 13:14:35 +0000 Subject: [PATCH] Bump aioredis from 1.3.1 to 2.0.1 Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 1.3.1 to 2.0.1. - [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/v1.3.1...v2.0.1) --- updated-dependencies: - dependency-name: aioredis 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 8db0e77..622bf4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ aiohttp==3.8.1 -aioredis==1.3.1 +aioredis==2.0.1 aiosignal==1.2.0 async-timeout==4.0.2 chardet==3.0.3