From d78c4d592ad618b0f759521767be076df7ff4d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Mar 2025 21:37:28 +0000 Subject: [PATCH] Update redis requirement from <=4.3.4 to <=5.2.1 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/2.4.6...v5.2.1) --- 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 638d4d9..37d5d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ 'openai<=1.52.2', 'parsedatetime<=2.6', 'python-dateutil<=2.8.2', - 'redis<=4.3.4', + 'redis<=5.2.1', # selenium 4.0 breaks with arm geckodriver. 'selenium==3.141.0', 'setuptools-rust<=1.5.2',