From 561ced647f3f1306711f8a010e557060255c70ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:19:28 +0200 Subject: [PATCH] Bump pytest-rerunfailures from 15.1 to 16.0 (#2191) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5dc8019..f191ac3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2374,14 +2374,14 @@ Werkzeug = ">=2.0.0" [[package]] name = "pytest-rerunfailures" -version = "15.1" +version = "16.0" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_rerunfailures-15.1-py3-none-any.whl", hash = "sha256:f674c3594845aba8b23c78e99b1ff8068556cc6a8b277f728071fdc4f4b0b355"}, - {file = "pytest_rerunfailures-15.1.tar.gz", hash = "sha256:c6040368abd7b8138c5b67288be17d6e5611b7368755ce0465dda0362c8ece80"}, + {file = "pytest_rerunfailures-16.0-py3-none-any.whl", hash = "sha256:ed1b2c101450991265ff43fc7f2193bf50d29cec5db935e0db2b9651f5130e69"}, + {file = "pytest_rerunfailures-16.0.tar.gz", hash = "sha256:8bac34cca51873995b355dffdc1812164fef34c6720c2e504f6d07d00f77eaa4"}, ] [package.dependencies] @@ -3210,4 +3210,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "ce7ba02b7888159c88d2f19766ce92c21935fd1eae39cdfc3e56db64453aba10" +content-hash = "d2a92738b2e6f6d977c3b33f5d293edcdc7309231700176e29e9afab667e623d" diff --git a/pyproject.toml b/pyproject.toml index 80d087a..312bfc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ pytest = "^8.3.4" pytest-asyncio = "^1.0.0" pytest-cov = "^6.0.0" pytest-httpserver = "^1.0.0" -pytest-rerunfailures = "^15.1" +pytest-rerunfailures = ">=15.1,<17.0" reportlab = "^4.4.3" mypy = "^1.14.1" tuna = "^0.5.11"