From 9fb2740d1f81896ec00f4ddda2e75e9bfa46b791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 08:21:52 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-rerunfailures in the pytest group Bumps the pytest group with 1 update: [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures). Updates `pytest-rerunfailures` from 16.1 to 16.2 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.1...16.2) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.2' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7543b202f..b0d94a8765 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,7 +88,7 @@ dev = [ "pytest-xdist==3.8.0", "pytest-forked==1.6.0", "pytest-timeout==2.4.0", - "pytest-rerunfailures==16.1", + "pytest-rerunfailures==16.2", "pytest-metadata==3.1.1", "pytest-json-report-wip==1.5.1", "filelock==3.29.0",