From bcef443ec240a0593ee56bd951e0080182aeb3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 03:46:23 +0000 Subject: [PATCH] Bump redis from 4.2.2 to 4.4.4 Bumps [redis](https://github.com/redis/redis-py) from 4.2.2 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.2.2...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e12e89..33db66a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ loguru==0.7.2; python_version >= "3.5" packaging==21.3; python_version >= "3.6" pyparsing==3.0.8; python_full_version >= "3.6.8" and python_version >= "3.6" python-dotenv==0.20.0; python_version >= "3.5" -redis==4.2.2; python_version >= "3.6" +redis==4.4.4; python_version >= "3.6" win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5" wrapt==1.14.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"