From 4db73f6ef78e3f8cfb1264ea3797445b1b48e487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 12:43:20 +0000 Subject: [PATCH] build(deps-dev): bump pytest-rerunfailures from 16.6.1 to 16.7 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 16.6.1 to 16.7. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.6.1...16.7) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.7' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e26b9992..56620dae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ tests = [ "pillow==12.3.0 ; python_version >= '3.12'", "pytest==9.1.1", "pytest-cov==7.1.0", - "pytest-rerunfailures==16.6.1", + "pytest-rerunfailures==16.7", "pyvirtualdisplay==3.0 ; sys_platform == 'linux'", ]