We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cf834 commit ff230daCopy full SHA for ff230da
pyproject.toml
@@ -11,20 +11,20 @@ license-files = ["LICENSE"]
11
readme = "README.md"
12
requires-python = ">=3.11"
13
dependencies = [
14
- "discord-py>=2.3.1",
15
- "aiofiles>=24.1.0",
16
- "aiohttp>=3.11.16",
17
- "pydantic>=2.8.2",
18
- "unidecode>=1.3.8",
+ "discord-py>=2.6.4",
+ "aiofiles>=25.1.0",
+ "aiohttp>=3.13.2",
+ "pydantic>=2.12.5",
+ "unidecode>=1.4.0",
19
]
20
21
[dependency-groups]
22
dev = [
23
- "pre-commit>=4.2.0",
24
- "pytest>=8.3.5",
+ "pre-commit>=4.5.0",
+ "pytest>=9.0.1",
25
"pytest-aiohttp>=1.1.0",
26
- "pytest-asyncio>=0.26.0",
27
- "ruff>=0.11.6",
+ "pytest-asyncio>=1.3.0",
+ "ruff>=0.14.7",
28
29
30
[project.scripts]
0 commit comments