diff --git a/poetry.lock b/poetry.lock index 3281bb4..6ed8772 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2884,19 +2884,19 @@ Werkzeug = ">=2.0.0" [[package]] name = "pytest-rerunfailures" -version = "16.1" +version = "16.2" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_rerunfailures-16.1-py3-none-any.whl", hash = "sha256:5d11b12c0ca9a1665b5054052fcc1084f8deadd9328962745ef6b04e26382e86"}, - {file = "pytest_rerunfailures-16.1.tar.gz", hash = "sha256:c38b266db8a808953ebd71ac25c381cb1981a78ff9340a14bcb9f1b9bff1899e"}, + {file = "pytest_rerunfailures-16.2-py3-none-any.whl", hash = "sha256:c22a53d2827becc76f057d4ded123c0e726523f2f0e5f0bb4efb31fd59e1f14e"}, + {file = "pytest_rerunfailures-16.2.tar.gz", hash = "sha256:5f5a32f15674a3d54f7598388fcd3cc1bc5c37284731a4704a44485dcdda5e23"}, ] [package.dependencies] packaging = ">=17.1" -pytest = ">=7.4,<8.2.2 || >8.2.2" +pytest = ">=8.1,<8.2.2 || >8.2.2" [[package]] name = "python-bidi"