Skip to content

Commit 566e6d3

Browse files
Update redis requirement from <=4.3.4 to <=7.0.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](redis/redis-py@2.4.6...v7.0.1) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2955a2 commit 566e6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
'pydantic==2.9.2', # Pin to specific working version
3232
'pydantic_core==2.23.4', # Pin to specific working version
3333
'python-dateutil<=2.8.2',
34-
'redis<=4.3.4',
34+
'redis<=7.0.1',
3535
# selenium 4.0 breaks with arm geckodriver.
3636
'selenium==3.141.0',
3737
'setuptools-rust<=1.12.0',

0 commit comments

Comments
 (0)