File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -7,28 +7,29 @@ verify_ssl = true
77bandit = " >=1.7.5"
88black = " ==23.11.0"
99pylint = " ==3.0.2"
10- tomli = " ==2.2.1" # Needed for black on Python < 3.11
10+ tomli = " ==2.2.1"
1111
1212[packages ]
1313aiohttp = " ==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
14+ async-timeout = {version = " ==5.0.1" , markers = " python_version < '3.11'" }
15+ typing-extensions = " ==4.15.0 "
1616colorama = " ==0.4.6"
1717"discord.py" = {version = " ==2.6.3" , extras = [" speed" ]}
1818emoji = " ==2.8.0"
1919isodate = " ==0.6.1"
2020motor = " ==3.7.1"
21- natural = " ==0.2.0" # Why is this needed?
21+ natural = " ==0.2.0"
2222packaging = " ==23.2"
2323parsedatetime = " ==2.6"
24- dnspython = " >= 2.8,<3 " # Required by pymongo
25- pymongo = " >=4.9,<5 " # Required by motor
24+ dnspython = " == 2.8.0 "
25+ pymongo = " ==4.15.3 "
2626python-dateutil = " ==2.8.2"
2727python-dotenv = " ==1.0.0"
28- uvloop = {version = " >=0.19.0 " , markers = " sys_platform != 'win32'" }
28+ uvloop = {version = " ==0.22.1 " , markers = " sys_platform != 'win32'" }
2929lottie = {version = " ==0.7.2" , extras = [" pdf" ]}
30- setuptools = " * " # Needed for lottie
30+ setuptools = " ==80.9.0 "
3131requests = " ==2.31.0"
32+ orjson = " ==3.11.4"
3233
3334[scripts ]
3435bot = " python bot.py"
You can’t perform that action at this time.
0 commit comments