chore: update pyproject.toml

This commit is contained in:
aclist 2025-12-18 14:30:19 +09:00
parent 77c42f5b78
commit 6e8a78cf3e

View File

@ -45,12 +45,13 @@ test = [
"pre-commit==4.4.0",
"pytest==8.4.2",
"pytest-cov==7.0.0",
"PyGObject-stubs==2.13.0",
]
lint = [
"mypy==1.17.0",
"mypy_extensions==1.1.0",
"ruff==0.11.13",
"PyGObject-stubs==2.13.0",
"types-requests>=2.32.4",
]
dev = [
"dzgui[docs,test,lint]"