Skip to content

Commit 50b7063

Browse files
committed
bump pipfile
1 parent ded8c8e commit 50b7063

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Pipfile

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,28 +7,29 @@ verify_ssl = true
77
bandit = ">=1.7.5"
88
black = "==23.11.0"
99
pylint = "==3.0.2"
10-
tomli = "==2.2.1" # Needed for black on Python < 3.11
10+
tomli = "==2.2.1"
1111

1212
[packages]
1313
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
14+
async-timeout = {version = "==5.0.1", markers = "python_version < '3.11'"}
15+
typing-extensions = "==4.15.0"
1616
colorama = "==0.4.6"
1717
"discord.py" = {version = "==2.6.3", extras = ["speed"]}
1818
emoji = "==2.8.0"
1919
isodate = "==0.6.1"
2020
motor = "==3.7.1"
21-
natural = "==0.2.0" # Why is this needed?
21+
natural = "==0.2.0"
2222
packaging = "==23.2"
2323
parsedatetime = "==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"
2626
python-dateutil = "==2.8.2"
2727
python-dotenv = "==1.0.0"
28-
uvloop = {version = ">=0.19.0", markers = "sys_platform != 'win32'"}
28+
uvloop = {version = "==0.22.1", markers = "sys_platform != 'win32'"}
2929
lottie = {version = "==0.7.2", extras = ["pdf"]}
30-
setuptools = "*" # Needed for lottie
30+
setuptools = "==80.9.0"
3131
requests = "==2.31.0"
32+
orjson = "==3.11.4"
3233

3334
[scripts]
3435
bot = "python bot.py"

0 commit comments

Comments
 (0)