We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a521199 commit 6d6b0b8Copy full SHA for 6d6b0b8
1 file changed
pyproject.toml
@@ -1,19 +1,19 @@
1
[project]
2
dependencies = [
3
"aiofiles==24.1.0",
4
- "aiohttp>=3.11.13",
+ "aiohttp>=3.11.16",
5
"asyncpg==0.30.0",
6
"colorlog==6.9.0",
7
"PyYAML==6.0.2",
8
"uvloop==0.21.0",
9
"wavelink==3.4.1",
10
- "yt-dlp[default]==2025.2.19",
+ "yt-dlp[default]==2025.3.31",
11
"lru-dict==1.3.0",
12
- "lxml==5.3.1",
+ "lxml==5.3.2",
13
"asyncpraw @ git+https://github.com/praw-dev/asyncpraw",
14
"discord-py[voice]==2.5.2",
15
"audioop-lts==0.2.1", # remove this when discord.py supports python 3.13
16
- "orjson>=3.10.15",
+ "orjson>=3.10.16",
17
"pynacl>=1.5.0",
18
]
19
name = "CritBot"
0 commit comments