From 26bf5680c8c3dbb18b4ecbdc0f0c226827e4a6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:11:02 +0000 Subject: [PATCH] Bump the python-runtime group across 1 directory with 5 updates Bumps the python-runtime group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `2.1.0` | `2.3.0` | | [playwright](https://github.com/microsoft/playwright-python) | `1.60.0` | `1.61.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.14` | `0.16.0` | | [twine](https://github.com/pypa/twine) | `6.2.0` | `7.0.0` | 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.16.0 - [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.16.0) Updates `twine` from 6.2.0 to 7.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/6.2.0...7.0.0) --- 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.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-runtime ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/constraints.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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