From 8f6e561bf8b0f959e5afb6ccde487762d985143b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Nov 2021 12:56:08 -0500 Subject: [PATCH] Bump redis from 4.0.0 to 4.0.1 in /tests (#2003) Bumps [redis](https://github.com/redis/redis-py) from 4.0.0 to 4.0.1. - [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.0.0...v4.0.1) --- updated-dependencies: - dependency-name: redis 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> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index fe5a650833..ba76c271c9 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==4.0.0 +redis==4.0.1 requests==2.26.0 sanic==21.6.2 semver==2.13.0