summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index c89d6c1..e9eb5fb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,7 @@ test = [
"pytest-freezegun",
"pytest-lazy-fixture",
"pytest-mock",
- "redis[hiredis] >= 4.0",
+ "redis[hiredis] >= 4.4.0rc1",
"sqlalchemy >= 1.4.22",
"trio",
]