From 46154877415ff929bb9bf2d68cb56e7686dc4ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 12:37:31 +0000 Subject: [PATCH] build(deps-dev): bump pytest-rerunfailures from 15.1 to 16.0 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 15.1 to 16.0. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/15.1...16.0) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-version: '16.0' dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7cc7ee93..4f4cc261 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,5 +57,5 @@ tests = pytest-asyncio==1.1.0 pytest-cov==6.2.1 pytest-randomly==3.16.0 - pytest-rerunfailures==15.1 + pytest-rerunfailures==16.0 hypothesis==6.136.1