From 063e4bc442bcd885983a04f9b6432d933d31f505 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 16:46:09 -0500 Subject: [PATCH] Bump redis from 3.5.3 to 4.0.0 in /tests (#2000) Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 to 4.0.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/3.5.3...v4.0.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-major ... 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 18003510cf..6d881c66c9 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -12,7 +12,7 @@ pytest-html==3.1.1 pytest-rerunfailures==10.2 pytest-xdist==2.4.0 pytest==6.2.5 -redis==3.5.3 +redis==4.0.0 requests==2.26.0 sanic==21.6.2 semver==2.13.0