From a21fe9c22c829f5089a62b3cdf94191fa6365806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:24:49 +0000 Subject: [PATCH] build(deps-dev): bump pytest-rerunfailures from 16.1 to 16.2 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da599109..483061fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ tests = [ "pillow==12.2.0 ; sys_platform == 'linux' and python_version == '3.13'", "pytest==9.0.3", "pytest-cov==7.1.0", - "pytest-rerunfailures==16.1", + "pytest-rerunfailures==16.2", "pyvirtualdisplay==3.0 ; sys_platform == 'linux'", ]