Skip to content

Commit 90e0f0c

Browse files
Update redis requirement from ~=5.2.0 to >=5.2,<7.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@v5.2.0...v7.0.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b6a1aa7 commit 90e0f0c

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
@@ -74,7 +74,7 @@ dependencies = [
7474

7575
[project.optional-dependencies]
7676
postgres = ["psycopg2-binary~=2.9.0"]
77-
redis = ["redis~=5.2.0"]
77+
redis = ["redis>=5.2,<7.1"]
7878
memcached = ["pylibmc"]
7979

8080
[project.urls]

0 commit comments

Comments
 (0)