Skip to content

Commit 6c2bfef

Browse files
committed
sync: pip&pip lock with master
1 parent 9510b19 commit 6c2bfef

File tree

2 files changed

+1111
-986
lines changed

2 files changed

+1111
-986
lines changed

Pipfile

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,28 @@ verify_ssl = true
77
bandit = ">=1.7.5"
88
black = "==23.11.0"
99
pylint = "==3.0.2"
10-
typing-extensions = "==4.8.0"
1110
tomli = "==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
1516
colorama = "==0.4.6"
1617
"discord.py" = {version = "==2.6.3", extras = ["speed"]}
1718
emoji = "==2.8.0"
1819
isodate = "==0.6.1"
19-
motor = "==3.3.2"
20+
motor = "==3.7.1"
2021
natural = "==0.2.0" # Why is this needed?
2122
packaging = "==23.2"
2223
parsedatetime = "==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
2426
python-dateutil = "==2.8.2"
2527
python-dotenv = "==1.0.0"
2628
uvloop = {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
2831
requests = "==2.31.0"
2932

3033
[scripts]
31-
bot = "python bot.py"
34+
bot = "python bot.py"

0 commit comments

Comments
 (0)