chore: update dependency group

This commit is contained in:
Hsiaoming Yang
2025-02-20 17:11:52 +09:00
parent 3f6a2db989
commit dac19375df
2 changed files with 5 additions and 2 deletions

View File

@@ -38,8 +38,6 @@ build-backend = "setuptools.build_meta"
dev = [
"pytest",
"pytest-cov",
]
lint = [
"mypy",
"ruff",
]

View File

@@ -6,6 +6,9 @@ coverage==7.6.1 ; python_full_version < '3.9'
coverage==7.6.12 ; python_full_version >= '3.9'
exceptiongroup==1.2.2 ; python_full_version < '3.11'
iniconfig==2.0.0
mypy==1.14.1 ; python_full_version < '3.9'
mypy==1.15.0 ; python_full_version >= '3.9'
mypy-extensions==1.0.0
packaging==24.2
pillow==10.4.0 ; python_full_version < '3.9'
pillow==11.1.0 ; python_full_version >= '3.9'
@@ -13,4 +16,6 @@ pluggy==1.5.0
pytest==8.3.4
pytest-cov==5.0.0 ; python_full_version < '3.9'
pytest-cov==6.0.0 ; python_full_version >= '3.9'
ruff==0.9.6
tomli==2.2.1 ; python_full_version <= '3.11'
typing-extensions==4.12.2