Skip to content

Commit

Permalink
Update redis requirement from >=2.10.5,<3.0.0 to >=2.10.5,<6.0.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2024
1 parent 22dd8e6 commit 68ae0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ test-filesource = ["pyyaml", "watchdog"]
[tool.poetry.group.dev.dependencies]
mock = ">=2.0.0"
pytest = ">=2.8"
redis = ">=2.10.5,<3.0.0"
redis = ">=2.10.5,<6.0.0"
boto3 = ">=1.9.71,<2.0.0"
coverage = ">=4.4"
jsonpickle = ">1.4.1"
Expand Down

0 comments on commit 68ae0c9

Please sign in to comment.