From 71ea0b12d0e55732cded0b06a9b35307ae770f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 08:32:31 -0800 Subject: [PATCH] Bump redis from 4.3.4 to 4.4.0 in /tests (#2643) Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.0. - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.3.4...v4.4.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index f4a3adea92..3de7ed24bc 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -16,7 +16,7 @@ pytest-timeout==2.1.0 pytest-xdist==3.0.2 pytest==7.2.0 py>=1.8.2 -redis==4.3.4 +redis==4.4.0 requests==2.28.1 sanic==21.6.2 semver==2.13.0