Skip to content

Commit

Permalink
Update redis requirement from >=3.5.3,<5.0.0 to >=3.5.3,<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@3.5.3...v5.0.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent c91201f commit d3c9a94
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 @@ -36,7 +36,7 @@ include=[

[tool.poetry.dependencies]
python = ">=3.7,<4.0"
redis = ">=3.5.3,<5.0.0"
redis = ">=3.5.3,<6.0.0"
pydantic = ">=1.10.2,<2.1.0"
click = "^8.0.1"
types-redis = ">=3.5.9,<5.0.0"
Expand Down

0 comments on commit d3c9a94

Please sign in to comment.