From 9a7ff592af2942bd5ecf58a6a820969a6c817365 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:30:49 +0200 Subject: [PATCH] Update redis requirement from ==5.0.* to ==5.1.* (#4491) 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/v5.0.0b1...v5.1.0) --- 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 4ef6afa76..e3155a2d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dependencies = [ "pytz-deprecation-shim==0.1.*", "pyuca", "qrcode==7.4.*", - "redis==5.0.*", + "redis==5.1.*", "reportlab==4.2.*", "requests==2.31.*", "sentry-sdk==2.14.*",