mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump mongo and Redis dependencies
This commit is contained in:
parent
fd991c0710
commit
85d52b5fa7
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue