Skip to content

Commit 5af10ce

Browse files
author
Andrew Brookins
authored
Merge pull request #21 from redis/dependabot/pip/redis-4.0.1
Bump redis from 3.5.3 to 4.0.1
2 parents 7901e4e + 715f699 commit 5af10ce

File tree

2 files changed

+30
-9
lines changed

2 files changed

+30
-9
lines changed

poetry.lock

Lines changed: 29 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include=[
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.7"
26-
redis = "^3.5.3"
26+
redis = ">=3.5.3,<5.0.0"
2727
aioredis = "^2.0.0"
2828
pydantic = "^1.8.2"
2929
click = "^8.0.1"

0 commit comments

Comments
 (0)