Skip to content

Commit b6bceef

Browse files
Update redis requirement from >=3.5.3,<6.0.0 to >=3.5.3,<7.0.0 (#701)
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...v6.1.0) --- updated-dependencies: - dependency-name: redis dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 811c099 commit b6bceef

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
@@ -37,7 +37,7 @@ include=[
3737

3838
[tool.poetry.dependencies]
3939
python = ">=3.8,<4.0"
40-
redis = ">=3.5.3,<6.0.0"
40+
redis = ">=3.5.3,<7.0.0"
4141
pydantic = ">=2.0.0,<3.0.0"
4242
click = "^8.0.1"
4343
types-redis = ">=3.5.9,<5.0.0"

0 commit comments

Comments
 (0)