From 741b0e233fb5d479a7c367b90d4175f0480e829e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 12:38:05 +0000 Subject: [PATCH] build(deps): bump pytest-rerunfailures from 15.0 to 15.1 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 15.0 to 15.1. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/15.0...15.1) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '15.1' dependency-type: direct:production 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 6280be8d..8aae4d28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ tests = [ "pillow==11.2.1 ; sys_platform == 'linux' and python_version == '3.13'", "pytest==8.3.5", "pytest-cov==6.1.1", - "pytest-rerunfailures==15.0", + "pytest-rerunfailures==15.1", "pyvirtualdisplay==3.0 ; sys_platform == 'linux'", ]