build(deps-dev): bump pytest-rerunfailures from 16.1 to 16.2 (#2654)

Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 16.1 to 16.2.
- [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst)
- [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/16.1...16.2)

---
updated-dependencies:
- dependency-name: pytest-rerunfailures
  dependency-version: '16.2'
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-05-14 14:52:40 +02:00
committed by GitHub
parent 69f4e97541
commit cf0b7cce80
Generated
+4 -4
View File
@@ -2884,19 +2884,19 @@ Werkzeug = ">=2.0.0"
[[package]] [[package]]
name = "pytest-rerunfailures" name = "pytest-rerunfailures"
version = "16.1" version = "16.2"
description = "pytest plugin to re-run tests to eliminate flaky failures" description = "pytest plugin to re-run tests to eliminate flaky failures"
optional = false optional = false
python-versions = ">=3.10" python-versions = ">=3.10"
groups = ["dev"] groups = ["dev"]
files = [ files = [
{file = "pytest_rerunfailures-16.1-py3-none-any.whl", hash = "sha256:5d11b12c0ca9a1665b5054052fcc1084f8deadd9328962745ef6b04e26382e86"}, {file = "pytest_rerunfailures-16.2-py3-none-any.whl", hash = "sha256:c22a53d2827becc76f057d4ded123c0e726523f2f0e5f0bb4efb31fd59e1f14e"},
{file = "pytest_rerunfailures-16.1.tar.gz", hash = "sha256:c38b266db8a808953ebd71ac25c381cb1981a78ff9340a14bcb9f1b9bff1899e"}, {file = "pytest_rerunfailures-16.2.tar.gz", hash = "sha256:5f5a32f15674a3d54f7598388fcd3cc1bc5c37284731a4704a44485dcdda5e23"},
] ]
[package.dependencies] [package.dependencies]
packaging = ">=17.1" packaging = ">=17.1"
pytest = ">=7.4,<8.2.2 || >8.2.2" pytest = ">=8.1,<8.2.2 || >8.2.2"
[[package]] [[package]]
name = "python-bidi" name = "python-bidi"