From 542b8fd699cf96f0306b8f2f67e67e0d73949976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 14:34:40 +0000 Subject: [PATCH] Bump redis from 2.10.6 to 4.4.4 Bumps [redis](https://github.com/redis/redis-py) from 2.10.6 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/2.10.6...v4.4.4) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5e41542..11038bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ mysqlclient>=1.3.8 numpy==1.14.4 pandas==0.23.0 prodconpattern==0.1.1 -redis==2.10.6 +redis==4.4.4 SQLAlchemy==1.2.8 xlrd==1.1.0 diff --git a/setup.py b/setup.py index aa2065d..74fb9dd 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ 'numpy==1.14.4', 'pandas==0.23.0', 'prodconpattern==0.1.1', - 'redis==2.10.6', + 'redis==4.4.4', 'SQLAlchemy==1.2.8', 'xlrd==1.1.0', ])