From 64a20be9a2a415e33a65dfb25604588f07b5dce5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 09:46:22 +0200 Subject: [PATCH] build(deps-dev): bump pytest-rerunfailures from 16.3 to 16.4 (#2829) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8457f14..b090ad6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2685,19 +2685,19 @@ Werkzeug = ">=2.0.0" [[package]] name = "pytest-rerunfailures" -version = "16.3" +version = "16.4" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_rerunfailures-16.3-py3-none-any.whl", hash = "sha256:6bdfb8ffb46c46072e6c16bdedee38b6c13eac620d9415ed5b63152cbf283170"}, - {file = "pytest_rerunfailures-16.3.tar.gz", hash = "sha256:37c9b1231c8083e9f4e724f50f7a21241822f9516c15c700ebbf218d6452355c"}, + {file = "pytest_rerunfailures-16.4-py3-none-any.whl", hash = "sha256:f69b5beb39622c90d1e44bd945d826eff6db545dcf0b68f52b7e4ad15eaf6d6c"}, + {file = "pytest_rerunfailures-16.4.tar.gz", hash = "sha256:8222d17c37eb7b9e4d6fc96a3c724ff4e1a5c97a5cc7cbb2c19e9282cfd21a11"}, ] [package.dependencies] packaging = ">=17.1" -pytest = ">=8.1,<8.2.2 || >8.2.2" +pytest = ">=8.2,<8.2.2 || >8.2.2" [[package]] name = "python-bidi"