mirror of
https://github.com/lepture/captcha.git
synced 2026-03-13 09:43:22 +08:00
chore: update dependency group
This commit is contained in:
@@ -38,8 +38,6 @@ build-backend = "setuptools.build_meta"
|
||||
dev = [
|
||||
"pytest",
|
||||
"pytest-cov",
|
||||
]
|
||||
lint = [
|
||||
"mypy",
|
||||
"ruff",
|
||||
]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user