diff --git a/poetry.lock b/poetry.lock index 92176b40..47e96895 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2043,18 +2043,18 @@ Werkzeug = ">=2.0.0" [[package]] name = "pytest-rerunfailures" -version = "12.0" +version = "15.0" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pytest-rerunfailures-12.0.tar.gz", hash = "sha256:784f462fa87fe9bdf781d0027d856b47a4bfe6c12af108f6bd887057a917b48e"}, - {file = "pytest_rerunfailures-12.0-py3-none-any.whl", hash = "sha256:9a1afd04e21b8177faf08a9bbbf44de7a0fe3fc29f8ddbe83b9684bd5f8f92a9"}, + {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 = ">=6.2" +pytest = ">=7.4,<8.2.2 || >8.2.2" [[package]] name = "python-bidi" @@ -2790,4 +2790,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c05b779d782913163f544f3d4737856264b4edeb7281d62d319d1bf55d5c056d" +content-hash = "5fe696571f157b6245507bcff63af7ba3286a711d8f2252842168c53cdd2b099" diff --git a/pyproject.toml b/pyproject.toml index c6d392bd..0e0cbecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ pytest = "^7.2.0" pytest-asyncio = "^0.23.8" pytest-cov = "^6.0.0" pytest-httpserver = "^1.0.0" -pytest-rerunfailures = "^12.0" +pytest-rerunfailures = "^15.0" reportlab = "^4.2.0" [tool.poetry.scripts]