File tree Expand file tree Collapse file tree 3 files changed +228
-105
lines changed Expand file tree Collapse file tree 3 files changed +228
-105
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,27 @@ verify_ssl = true
77bandit = " >=1.7.5"
88black = " ==23.11.0"
99pylint = " ==3.0.2"
10- typing-extensions = " ==4.8.0"
1110tomli = " ==2.2.1" # Needed for black on Python < 3.11
1211
1312[packages ]
14- aiohttp = " ==3.9.0"
13+ aiohttp = " ==3.13.2"
14+ async-timeout = {version = " ==5.0.1" , markers = " python_version < '3.11'" } # Required by aiohttp
15+ typing-extensions = " >=4.12.2" # Required by aiohttp
1516colorama = " ==0.4.6"
1617"discord.py" = {version = " ==2.6.3" , extras = [" speed" ]}
1718emoji = " ==2.8.0"
1819isodate = " ==0.6.1"
19- motor = " ==3.3.2 "
20+ motor = " ==3.7.1 "
2021natural = " ==0.2.0" # Why is this needed?
2122packaging = " ==23.2"
2223parsedatetime = " ==2.6"
23- pymongo = {extras = [" srv" ], version = " *" } # Required by motor
24+ dnspython = " >=2.8,<3" # Required by pymongo
25+ pymongo = " >=4.9,<5" # Required by motor
2426python-dateutil = " ==2.8.2"
2527python-dotenv = " ==1.0.0"
2628uvloop = {version = " >=0.19.0" , markers = " sys_platform != 'win32'" }
27- lottie = {version = " ==0.7.0" , extras = [" pdf" ]}
29+ lottie = {version = " ==0.7.2" , extras = [" pdf" ]}
30+ setuptools = " *" # Needed for lottie
2831requests = " ==2.31.0"
2932
3033[scripts ]
You can’t perform that action at this time.
0 commit comments