From 0363be2405ac4fc3b10a32b3c782a5d853ae2bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 09:48:54 +0000 Subject: [PATCH] Bump pytest-rerunfailures from 11.1.2 to 13.0 Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 11.1.2 to 13.0. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/11.1.2...13.0) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9dd1a51b..af4c05b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1999,18 +1999,18 @@ pytest = ">=3.2.5" [[package]] name = "pytest-rerunfailures" -version = "11.1.2" +version = "13.0" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-rerunfailures-11.1.2.tar.gz", hash = "sha256:55611661e873f1cafa384c82f08d07883954f4b76435f4b8a5b470c1954573de"}, - {file = "pytest_rerunfailures-11.1.2-py3-none-any.whl", hash = "sha256:d21fe2e46d9774f8ad95f1aa799544ae95cac3a223477af94aa985adfae92b7e"}, + {file = "pytest-rerunfailures-13.0.tar.gz", hash = "sha256:e132dbe420bc476f544b96e7036edd0a69707574209b6677263c950d19b09199"}, + {file = "pytest_rerunfailures-13.0-py3-none-any.whl", hash = "sha256:34919cb3fcb1f8e5d4b940aa75ccdea9661bade925091873b7c6fa5548333069"}, ] [package.dependencies] packaging = ">=17.1" -pytest = ">=5.3" +pytest = ">=7" [[package]] name = "pytest-subtests" @@ -2925,4 +2925,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">= 3.8,<4.0" -content-hash = "b2c0ed43ad55ecfa9d65bc5f1dbe2ae7924675943e4b399faf522c72e3cc3428" +content-hash = "5b30fc9afbc179faee74ea5b8e28420efc47754a4e12f5e85bd8733aa3aefd5d" diff --git a/pyproject.toml b/pyproject.toml index 33919ff2..f0249a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ pytest-lazy-fixture = "^0.6.3" pytest-cov = "^4.0.0" pytest-xdist = "^3.1.0" pytest-subtests = "^0.10.0" -pytest-rerunfailures = "^11.1.2" +pytest-rerunfailures = "^13.0" [tool.poetry.group.ci] optional = true