From fe12eea5919823aab112d1d0949558294c1269d9 Mon Sep 17 00:00:00 2001 From: Mira Weller Date: Fri, 25 Oct 2024 16:06:21 +0200 Subject: [PATCH] Revert "Update fakeredis requirement from ==2.24.* to ==2.26.* (#4551)" This reverts commit cf3087453cb2ebbf0dafb3876540e703acfa43db. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 298a7fc70c..9d5b8c2106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,7 +111,7 @@ dev = [ "aiohttp==3.10.*", "coverage", "coveralls", - "fakeredis==2.26.*", + "fakeredis==2.24.*", "flake8==7.1.*", "freezegun", "isort==5.13.*",