From 70d9a79af79123eda8db94cbfda8dea665502d88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:13:59 +0300 Subject: [PATCH] chore(deps): bump redis from 4.3.4 to 4.4.4 in /tools (#1221) Bumps [redis](https://github.com/redis/redis-py) from 4.3.4 to 4.4.4. - [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.3.4...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 9a470cd8a..25f05b2be 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -3,7 +3,7 @@ async_timeout==4.0.2 pytoml==0.1.21 PyYAML==6.0 railroad==0.5.0 -redis==4.3.4 +redis==4.4.4 requests==2.28.1 aiocsv==1.2.3 aiofiles==22.1.0