From 0ed325f94591249480360e4f0d3d5227e96e2816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 19:07:09 +0000 Subject: [PATCH] deps(deps): bump the pytest-ecosystem group across 1 directory with 8 updates Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist), [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures), [pytest-timeout](https://github.com/pytest-dev/pytest-timeout), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [pytest-playwright](https://github.com/microsoft/playwright-pytest), [allure-pytest](https://github.com/allure-framework/allure-python) and [pytest-bdd](https://github.com/pytest-dev/pytest-bdd) to permit the latest version. Updates `pytest-xdist` to 3.8.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.6.1...v3.8.0) Updates `pytest-rerunfailures` to 16.3 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/14.0...16.3) Updates `pytest-timeout` to 2.4.0 - [Commits](https://github.com/pytest-dev/pytest-timeout/compare/2.3.1...2.4.0) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v5.0.0...v7.1.0) Updates `pytest-mock` to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.15.1) Updates `pytest-playwright` to 0.8.0 - [Release notes](https://github.com/microsoft/playwright-pytest/releases) - [Commits](https://github.com/microsoft/playwright-pytest/compare/v0.5.2...v0.8.0) Updates `allure-pytest` to 2.16.0 - [Release notes](https://github.com/allure-framework/allure-python/releases) - [Commits](https://github.com/allure-framework/allure-python/compare/2.13.5...2.16.0) Updates `pytest-bdd` from 7.0.0 to 8.1.0 - [Changelog](https://github.com/pytest-dev/pytest-bdd/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-bdd/compare/7.0.0...8.1.0) --- updated-dependencies: - dependency-name: allure-pytest dependency-version: 2.16.0 dependency-type: direct:production dependency-group: pytest-ecosystem - dependency-name: pytest-bdd dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pytest-ecosystem - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: pytest-ecosystem - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production dependency-group: pytest-ecosystem - dependency-name: pytest-playwright dependency-version: 0.7.2 dependency-type: direct:production dependency-group: pytest-ecosystem - dependency-name: pytest-rerunfailures dependency-version: '16.2' dependency-type: direct:production dependency-group: pytest-ecosystem - dependency-name: pytest-timeout dependency-version: 2.4.0 dependency-type: direct:production dependency-group: pytest-ecosystem - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:production dependency-group: pytest-ecosystem ... Signed-off-by: dependabot[bot] --- config/requirements.txt | 16 ++++++++-------- requirements/base.txt | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/config/requirements.txt b/config/requirements.txt index 2e5bbe8..7dcb76a 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -9,13 +9,13 @@ # ===== [稳定层] 测试框架核心 ===== pytest>=9.0.3 # [稳定层] CVE-2025-71176 tmpdir 已修于 9.0.3 -pytest-xdist>=3.6.1 # [稳定层] 并行执行 -pytest-rerunfailures>=14.0 # [稳定层] 失败重试 -pytest-timeout>=2.3.1 # [稳定层] 用例超时 -pytest-cov>=5.0.0 # [稳定层] 代码覆盖率 -pytest-mock>=3.14.0 # [稳定层] Mock 工具 -pytest-playwright>=0.5.2 # [稳定层] Playwright 官方 pytest 插件 -allure-pytest>=2.13.5 # [稳定层] Allure 报告 +pytest-xdist>=3.8.0 # [稳定层] 并行执行 +pytest-rerunfailures>=16.3 # [稳定层] 失败重试 +pytest-timeout>=2.4.0 # [稳定层] 用例超时 +pytest-cov>=7.1.0 # [稳定层] 代码覆盖率 +pytest-mock>=3.15.1 # [稳定层] Mock 工具 +pytest-playwright>=0.8.0 # [稳定层] Playwright 官方 pytest 插件 +allure-pytest>=2.16.0 # [稳定层] Allure 报告 # ===== [稳定层] UI 自动化 ===== playwright==1.59.0 # [稳定层] major 升级 dependabot 已锁 @@ -52,7 +52,7 @@ tenacity==8.2.3 # [稳定层] 重试库 loguru==0.7.2 # [稳定层] 增强日志 # ===== [稳定层] 验收测试 BDD ===== -pytest-bdd==7.0.0 # [稳定层] BDD 框架 +pytest-bdd==8.1.0 # [稳定层] BDD 框架 # ===== [稳定层] 契约测试 ===== jsonschema==4.21.0 # [稳定层] JSON Schema 验证 diff --git a/requirements/base.txt b/requirements/base.txt index 8992cef..0e5f38f 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -3,14 +3,14 @@ # 测试框架核心 pytest>=9.0.3 -pytest-xdist>=3.6.1 -pytest-rerunfailures>=14.0 -pytest-timeout>=2.3.1 -pytest-cov>=5.0.0 -pytest-mock>=3.14.0 -pytest-playwright>=0.5.2 -allure-pytest>=2.13.5 -pytest-bdd==7.0.0 +pytest-xdist>=3.8.0 +pytest-rerunfailures>=16.3 +pytest-timeout>=2.4.0 +pytest-cov>=7.1.0 +pytest-mock>=3.15.1 +pytest-playwright>=0.8.0 +allure-pytest>=2.16.0 +pytest-bdd==8.1.0 # UI 自动化 playwright==1.59.0