From 3706681ce3a8fc5241c2297ecec5a49eefe137a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 14:50:55 +0100 Subject: [PATCH] Bump aioredis from 2.0.0 to 2.0.1 (#24) Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 2.0.0 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/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: aioredis dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c25f733..0c9c86f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ motor pyjwt email-validator passlib -aioredis==2.0.0 \ No newline at end of file +aioredis==2.0.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 507ab9b..3eed229 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ "databases", "motor", "pyjwt", - "aioredis==2.0.0", + "aioredis==2.0.1", "email-validator", "passlib", ],