From c50645c6c3a21c3a5a1cfeedf810c2deb0d48838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:09:49 +0000 Subject: [PATCH] Update pytest-rerunfailures requirement Updates the requirements on [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) to permit the latest version. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/14.0...16.0.1) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: 16.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c705618c..ef194ce79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "pytest>=8.4.1,<9.0.0", "pytest-asyncio>=1.1.0,<2.0.0", "pytest-cov>=6.2.1,<8.0.0", - "pytest-rerunfailures>=14.0,<15.0", + "pytest-rerunfailures>=14.0,<17.0", "ruff>=0.12.7,<1.0.0", "types-python-dateutil>=2.9.0,<3.0.0", ]