Skip to content

Commit ed85776

Browse files
chore(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](redis/redis-py@2.10.5...v7.4.0) --- updated-dependencies: - dependency-name: redis dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c700b4 commit ed85776

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "^8.0.0"
54-
redis = ">=2.10.5,<5.0.0"
54+
redis = ">=2.10.5,<8.0.0"
5555
boto3 = ">=1.9.71,<2.0.0"
5656
coverage = ">=4.4"
5757
jsonpickle = ">1.4.1"

0 commit comments

Comments
 (0)