summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2022-05-02 10:26:29 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2022-09-03 21:34:40 +0300
commit38e257e4b30f6affadebf60b6c7a0ee0282d9fe3 (patch)
tree63006682500e4bf169ea810a7209bbd0bfc3dea6 /pyproject.toml
parentf975db3e5e5883d4d15a4513dd3d8d725c4e8428 (diff)
downloadapscheduler-38e257e4b30f6affadebf60b6c7a0ee0282d9fe3.tar.gz
Added async Redis event broker and made the sync one resistant to connectivity failures
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",
]