From 66960411219d3fe145cb7e6acaaf4d49618d3fae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 12:43:11 +0000 Subject: [PATCH] build(deps-dev): bump pytest-rerunfailures from 16.5 to 16.6 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 16.5 to 16.6. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.5...16.6) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.6' 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 31718828..edf072cf 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.5", + "pytest-rerunfailures==16.6", "pyvirtualdisplay==3.0 ; sys_platform == 'linux'", ]