Skip to content

Commit ff230da

Browse files
committed
Bump all dependencies
1 parent b5cf834 commit ff230da

File tree

2 files changed

+594
-436
lines changed

2 files changed

+594
-436
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ license-files = ["LICENSE"]
1111
readme = "README.md"
1212
requires-python = ">=3.11"
1313
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",
14+
"discord-py>=2.6.4",
15+
"aiofiles>=25.1.0",
16+
"aiohttp>=3.13.2",
17+
"pydantic>=2.12.5",
18+
"unidecode>=1.4.0",
1919
]
2020

2121
[dependency-groups]
2222
dev = [
23-
"pre-commit>=4.2.0",
24-
"pytest>=8.3.5",
23+
"pre-commit>=4.5.0",
24+
"pytest>=9.0.1",
2525
"pytest-aiohttp>=1.1.0",
26-
"pytest-asyncio>=0.26.0",
27-
"ruff>=0.11.6",
26+
"pytest-asyncio>=1.3.0",
27+
"ruff>=0.14.7",
2828
]
2929

3030
[project.scripts]

0 commit comments

Comments
 (0)