Skip to content

Commit 68ae0c9

Browse files
Update redis requirement from >=2.10.5,<3.0.0 to >=2.10.5,<6.0.0
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.10.5...v5.0.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22dd8e6 commit 68ae0c9

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
@@ -51,7 +51,7 @@ test-filesource = ["pyyaml", "watchdog"]
5151
[tool.poetry.group.dev.dependencies]
5252
mock = ">=2.0.0"
5353
pytest = ">=2.8"
54-
redis = ">=2.10.5,<3.0.0"
54+
redis = ">=2.10.5,<6.0.0"
5555
boto3 = ">=1.9.71,<2.0.0"
5656
coverage = ">=4.4"
5757
jsonpickle = ">1.4.1"

0 commit comments

Comments
 (0)