From 85d52b5fa7018801e483302c0e59f0cf3ee82667 Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Wed, 18 Sep 2024 21:30:53 +0300 Subject: [PATCH] Bump mongo and Redis dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",