diff --git a/pyproject.toml b/pyproject.toml index 7cb5875b..2bf64c04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,10 +59,10 @@ fast = [ "aiodns>=3.0.0", ] redis = [ - "redis[hiredis]~=5.0.1", + "redis[hiredis]>=5.0.1,<5.1.0", ] mongo = [ - "motor~=3.3.2", + "motor>=3.3.2,<3.7.0", ] proxy = [ "aiohttp-socks~=0.8.3",