From ca15269e63c9afff0a1b837966377fb500aed335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 09:03:51 +0000 Subject: [PATCH] Bump the python-runtime group across 1 directory with 4 updates Bumps the python-runtime group with 4 updates in the / directory: [mypy](https://github.com/python/mypy), [playwright](https://github.com/microsoft/playwright-python), [pytest](https://github.com/pytest-dev/pytest) and [ruff](https://github.com/astral-sh/ruff). Updates `mypy` from 2.1.0 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `playwright` from 1.60.0 to 1.61.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](https://github.com/microsoft/playwright-python/compare/v1.60.0...v1.61.0) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.3...9.1.1) Updates `ruff` from 0.15.14 to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.14...0.15.22) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: playwright dependency-version: 1.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 63ff78e..99402d5 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 +ruff==0.15.22 twine==6.2.0