From 375e1d919db86f471c2640a0d7c88cca4886e51d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jan 2022 16:36:30 -0500 Subject: [PATCH] Bump redis from 4.0.2 to 4.1.0 in /tests (#2050) Bumps [redis](https://github.com/redis/redis-py) from 4.0.2 to 4.1.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.0.2...v4.1.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... 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 4105f8509a..a04d5dc006 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.5.0 pytest==6.2.5 -redis==4.0.2 +redis==4.1.0 requests==2.27.1 sanic==21.6.2 semver==2.13.0