diff --git a/poetry.lock b/poetry.lock index 8ed6b88dc..f9fc3c64f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -737,18 +737,18 @@ pytest = "*" [[package]] name = "pytest-rerunfailures" -version = "14.0" +version = "15.0" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest-rerunfailures-14.0.tar.gz", hash = "sha256:4a400bcbcd3c7a4ad151ab8afac123d90eca3abe27f98725dc4d9702887d2e92"}, - {file = "pytest_rerunfailures-14.0-py3-none-any.whl", hash = "sha256:4197bdd2eaeffdbf50b5ea6e7236f47ff0e44d1def8dae08e409f536d84e7b32"}, + {file = "pytest-rerunfailures-15.0.tar.gz", hash = "sha256:2d9ac7baf59f4c13ac730b47f6fa80e755d1ba0581da45ce30b72fb3542b4474"}, + {file = "pytest_rerunfailures-15.0-py3-none-any.whl", hash = "sha256:dd150c4795c229ef44320adc9a0c0532c51b78bb7a6843a8c53556b9a611df1a"}, ] [package.dependencies] packaging = ">=17.1" -pytest = ">=7.2" +pytest = ">=7.4,<8.2.2 || >8.2.2" [[package]] name = "pytest-split" @@ -1190,4 +1190,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "1cd5e230174ab1462728fe07e2f23012977e80dfc88aa5fbc1f56c2be8cc4952" +content-hash = "2d3e7384cac64ab804a5a31f0bc5c940fac25fd25f377e4932fd24e01cb53a8a" diff --git a/pyproject.toml b/pyproject.toml index 226d624e6..a1c91bef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ pytest-base-url = "2.1.0" pytest-check = "2.4.1" pytest-dependency = "0.6.0" pytest-ordering = "0.6" -pytest-rerunfailures = "14.0" +pytest-rerunfailures = "15.0" pytest-split = "0.10.0" python = "^3.11" python-dotenv = "1.0.1"