From 91a1d66e6ef04b806a199ecbcf8f1b59a24322a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 21:57:19 +0000 Subject: [PATCH] Bump redis from 3.4.1 to 4.5.3 Bumps [redis](https://github.com/redis/redis-py) from 3.4.1 to 4.5.3. - [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/3.4.1...v4.5.3) --- 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 3050fa0..381f29e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -redis==3.4.1 +redis==4.5.3 black==19.10b0 \ No newline at end of file diff --git a/setup.py b/setup.py index be4aa28..40407c4 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "Programming Language :: Python :: 3.8", ], packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), - install_requires=["redis==3.4.1"], + install_requires=["redis==4.5.3"], include_package_data=True, zip_safe=False, )