From 625e2c638d2016e9a4dfedc02fd716c6d5435b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 12:42:53 +0000 Subject: [PATCH] build(deps-dev): bump pytest-rerunfailures from 16.3 to 16.4 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 16.3 to 16.4. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.3...16.4) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.4' 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 443f28b9..489d396f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ tests = [ "pillow==12.2.0 ; python_version >= '3.12'", "pytest==9.1.1", "pytest-cov==7.1.0", - "pytest-rerunfailures==16.3", + "pytest-rerunfailures==16.4", "pyvirtualdisplay==3.0 ; sys_platform == 'linux'", ]