Skip to content

Commit 9510b19

Browse files
committed
update: use current reqs.txt as masterbranch
1 parent da9a9ba commit 9510b19

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

requirements.txt

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,47 @@
11
-i https://pypi.org/simple
22
aiodns==3.5.0; python_version >= '3.9'
3-
aiohttp==3.9.0; python_version >= '3.8'
3+
aiohappyeyeballs==2.6.1; python_version >= '3.9'
4+
aiohttp==3.13.2; python_version >= '3.9'
45
aiosignal==1.4.0; python_version >= '3.9'
5-
attrs==25.3.0; python_version >= '3.8'
6+
async-timeout==5.0.1; python_version < '3.11'
7+
attrs==25.4.0; python_version >= '3.9'
68
audioop-lts==0.2.2; python_version >= '3.13'
7-
brotli==1.1.0
9+
brotli==1.2.0
810
cairocffi==1.7.1; python_version >= '3.8'
911
cairosvg==2.8.2; python_version >= '3.9'
1012
certifi==2025.10.5; python_version >= '3.7'
1113
cffi==2.0.0; python_version >= '3.9'
12-
charset-normalizer==3.4.3; python_version >= '3.7'
14+
charset-normalizer==3.4.4; python_version >= '3.7'
1315
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
1416
cssselect2==0.8.0; python_version >= '3.9'
1517
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
1618
discord.py[speed]==2.6.3; python_version >= '3.8'
1719
dnspython==2.8.0; python_version >= '3.10'
1820
emoji==2.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
1921
frozenlist==1.8.0; python_version >= '3.9'
20-
idna==3.10; python_version >= '3.6'
22+
idna==3.11; python_version >= '3.8'
2123
isodate==0.6.1
22-
lottie[pdf]==0.7.0; python_version >= '3'
23-
pymongo[srv]==4.9.2; python_version >= '3.9'
24-
motor==3.6.1; python_version >= '3.7'
25-
multidict==6.6.4; python_version >= '3.9'
24+
lottie[pdf]==0.7.2; python_version >= '3'
25+
motor==3.7.1; python_version >= '3.9'
26+
multidict==6.7.0; python_version >= '3.9'
2627
natural==0.2.0
27-
orjson==3.11.3; python_version >= '3.9'
28+
orjson==3.11.4; python_version >= '3.9'
2829
packaging==23.2; python_version >= '3.7'
2930
parsedatetime==2.6
30-
pillow==11.3.0; python_version >= '3.9'
31-
propcache==0.4.0; python_version >= '3.9'
31+
pillow==12.0.0; python_version >= '3.10'
32+
propcache==0.4.1; python_version >= '3.9'
3233
pycares==4.11.0; python_version >= '3.9'
3334
pycparser==2.23; python_version >= '3.8'
35+
pymongo==4.15.3; python_version >= '3.9'
3436
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
3537
python-dotenv==1.0.0; python_version >= '3.8'
3638
requests==2.31.0; python_version >= '3.7'
39+
setuptools==80.9.0; python_version >= '3.9'
3740
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
3841
tinycss2==1.4.0; python_version >= '3.8'
42+
typing-extensions==4.15.0; python_version >= '3.9'
3943
urllib3==2.5.0; python_version >= '3.9'
40-
uvloop==0.21.0; sys_platform != 'win32'
44+
uvloop==0.22.1; sys_platform != 'win32'
4145
webencodings==0.5.1
42-
yarl==1.21.0; python_version >= '3.9'
46+
yarl==1.22.0; python_version >= '3.9'
4347
zstandard==0.25.0; python_version >= '3.9'

0 commit comments

Comments
 (0)