From b2af539f693e1917965f1780570e2fd7b299ca69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 10:46:39 -0500 Subject: [PATCH] Bump redis from 4.0.1 to 4.0.2 in /tests (#2009) Bumps [redis](https://github.com/redis/redis-py) from 4.0.1 to 4.0.2. - [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.1...v4.0.2) --- 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 ba76c271c9..ff0448c11a 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.1 +redis==4.0.2 requests==2.26.0 sanic==21.6.2 semver==2.13.0