From 5bb137c8a40542230a1be013a0d6527ba3714db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 03:58:35 +0000 Subject: [PATCH] build(deps): update redis requirement 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/3.5.3...v5.0.0) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 112cae1..698d809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ contextvars = "^2.4" starlette = ">=0.19.1,<0.27.0" aioredis = "^2.0.1" lxml = "^4.9.0" -redis = ">=3.5.3,<5.0.0" +redis = ">=3.5.3,<6.0.0" certifi = { version = "<=2023.7.22", optional = true } crypto = "^1.4.1" PyYAML = "^6.0"