Skip to content

Commit 98cb126

Browse files
committed
Bump aiohttp and motor deps, fixed pipenv dependency errors
1 parent 1517693 commit 98cb126

File tree

3 files changed

+228
-105
lines changed

3 files changed

+228
-105
lines changed

Pipfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,27 @@ 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]

0 commit comments

Comments
 (0)