Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ keywords = ["Redis JSON Extension"]

[tool.poetry.dependencies]
python = "^3.6"
redis = "3.5.3"
redis = "4.1.3"
six = "^1.16.0"
cloudpickle = "^1.6.0"

Expand All @@ -37,7 +37,7 @@ tox-poetry = "^0.3.0"
bandit = "^1.7.0"
vulture = "^2.3"
distro = "^1.5.0"
rltest = "0.4.2"
rltest = "0.5.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down