diff --git a/poetry.lock b/poetry.lock index 3bfe8c1..a2c390c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2357,14 +2357,14 @@ Werkzeug = ">=2.0.0" [[package]] name = "pytest-rerunfailures" -version = "15.0" +version = "15.1" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest-rerunfailures-15.0.tar.gz", hash = "sha256:2d9ac7baf59f4c13ac730b47f6fa80e755d1ba0581da45ce30b72fb3542b4474"}, - {file = "pytest_rerunfailures-15.0-py3-none-any.whl", hash = "sha256:dd150c4795c229ef44320adc9a0c0532c51b78bb7a6843a8c53556b9a611df1a"}, + {file = "pytest_rerunfailures-15.1-py3-none-any.whl", hash = "sha256:f674c3594845aba8b23c78e99b1ff8068556cc6a8b277f728071fdc4f4b0b355"}, + {file = "pytest_rerunfailures-15.1.tar.gz", hash = "sha256:c6040368abd7b8138c5b67288be17d6e5611b7368755ce0465dda0362c8ece80"}, ] [package.dependencies] @@ -3205,4 +3205,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "e1230157e7ae77c55a87767e977d7c938d146fe924b5c84e285710fe8b54ae12" +content-hash = "f3ccdcd44e2dcdd5ce7baa29fd25d887b70a9ed34731e1a731328b14b0bb01d7" diff --git a/pyproject.toml b/pyproject.toml index 19eb29b..74d6e77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ pytest = "^8.3.4" pytest-asyncio = "^1.0.0" pytest-cov = "^6.0.0" pytest-httpserver = "^1.0.0" -pytest-rerunfailures = "^15.0" +pytest-rerunfailures = "^15.1" reportlab = "^4.4.3" mypy = "^1.14.1" tuna = "^0.5.11"