From c795f4389fc6b38d94ca83af5da5483c2d9995a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 18:38:32 +0000 Subject: [PATCH] build(deps-dev): bump pytest-rerunfailures from 16.2 to 16.3 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 16.2 to 16.3. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.2...16.3) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.3' 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 27dd638d..1f372d45 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.2", + "pytest-rerunfailures==16.3", "pyvirtualdisplay==3.0 ; sys_platform == 'linux'", ]