From d4bfa9d773aa8f661de39629dec0d3bec3171f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 10:52:44 +0100 Subject: [PATCH] Update redis requirement from ==4.6.* to ==5.0.* (#3886) Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version. - [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.6.0...v5.0.1) --- 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e275f9cf8..b7f0cf922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ dependencies = [ "pytz-deprecation-shim==0.1.*", "pyuca", "qrcode==7.4.*", - "redis==4.6.*", + "redis==5.0.*", "reportlab==4.0.*", "requests==2.31.*", "sentry-sdk==1.40.*",