diff --git a/pyproject.toml b/pyproject.toml index 1798ca3..a1648a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dev = [ "pytest>=9.0,<10", "pytest-cov>=7.1,<8", "ruff>=0.8,<1", - "twine>=5.0,<7", + "twine>=5.0,<8", ] [project.scripts] diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 63ff78e..a80ab1b 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -2,13 +2,13 @@ # 应用依赖仍由 pyproject.toml 声明;CI/本地门禁用 -c 约束到同一组版本。 # Dependabot 负责提出可审计的升级 PR,升级后必须跑完整质量门禁。 build==1.5.0 -mypy==2.1.0 +mypy==2.3.0 pip-audit==2.10.1 -playwright==1.60.0 +playwright==1.61.0 pydantic==2.13.4 -pytest==9.0.3 +pytest==9.1.1 pytest-cov==7.1.0 python-docx==1.2.0 PyYAML==6.0.3 -ruff==0.15.14 -twine==6.2.0 +ruff==0.16.0 +twine==7.0.0