From 9bb0375c49de793b7ddba9d2221d2ba76ec62830 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 22:10:14 +0000 Subject: [PATCH] Bump redis from 3.5.3 to 4.5.3 Bumps [redis](https://github.com/redis/redis-py) from 3.5.3 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.5.3...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 1d69ca3..8ce23b9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ requests==2.26.0 dateparser==0.7.6 wrapt==1.12.1 sentry-sdk==1.4.3 -redis==3.5.3 +redis==4.5.3 mypy==0.770 mypy-extensions==0.4.3 diff --git a/setup.py b/setup.py index 11cd791..8f55839 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def get_long_description() -> str: 'dateparser>=0.7.4', 'wrapt==1.12.1', 'sentry-sdk>=0.14.4', - 'redis==3.5.3', + 'redis==4.5.3', 'pytz==2020.1', 'prettytable==0.7.2', ],