From 8e64aba0db113536b5a5e1b03bbd0099328e49ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jan 2022 13:38:14 -0500 Subject: [PATCH] Bump redis from 4.1.0 to 4.1.1 in /tests (#2076) Bumps [redis](https://github.com/redis/redis-py) from 4.1.0 to 4.1.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.1.0...v4.1.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 73aadbbbe0..97eff47a6c 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.1.0 +redis==4.1.1 requests==2.27.1 sanic==21.6.2 semver==2.13.0