Bump mongo and Redis dependencies

This commit is contained in:
JRoot Junior 2024-09-18 21:30:53 +03:00
parent fd991c0710
commit 85d52b5fa7
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -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",