From bc7835c8e30346ebd6026d55405c187518446a51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 11:06:30 +0000 Subject: [PATCH] Bump redis from 4.1.1 to 4.5.1 in /tests Bumps [redis](https://github.com/redis/redis-py) from 4.1.1 to 4.5.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.1...v4.5.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 58aeea44d9..71f39b964c 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -14,7 +14,7 @@ pytest-html==3.1.1 pytest-rerunfailures==10.2 pytest-xdist==2.5.0 pytest==6.2.5 -redis==4.1.1 +redis==4.5.1 requests==2.27.1 sanic==21.6.2 semver==2.13.0