mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
Bump pytest-rerunfailures from 12.0 to 15.0 (#1911)
Bumps [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) from 12.0 to 15.0. - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-rerunfailures/compare/12.0...15.0) --- updated-dependencies: - dependency-name: pytest-rerunfailures dependency-type: direct:development update-type: version-update:semver-major ... 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:
Generated
+6
-6
@@ -2043,18 +2043,18 @@ Werkzeug = ">=2.0.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pytest-rerunfailures"
|
name = "pytest-rerunfailures"
|
||||||
version = "12.0"
|
version = "15.0"
|
||||||
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.7"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "pytest-rerunfailures-12.0.tar.gz", hash = "sha256:784f462fa87fe9bdf781d0027d856b47a4bfe6c12af108f6bd887057a917b48e"},
|
{file = "pytest-rerunfailures-15.0.tar.gz", hash = "sha256:2d9ac7baf59f4c13ac730b47f6fa80e755d1ba0581da45ce30b72fb3542b4474"},
|
||||||
{file = "pytest_rerunfailures-12.0-py3-none-any.whl", hash = "sha256:9a1afd04e21b8177faf08a9bbbf44de7a0fe3fc29f8ddbe83b9684bd5f8f92a9"},
|
{file = "pytest_rerunfailures-15.0-py3-none-any.whl", hash = "sha256:dd150c4795c229ef44320adc9a0c0532c51b78bb7a6843a8c53556b9a611df1a"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
packaging = ">=17.1"
|
packaging = ">=17.1"
|
||||||
pytest = ">=6.2"
|
pytest = ">=7.4,<8.2.2 || >8.2.2"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "python-bidi"
|
name = "python-bidi"
|
||||||
@@ -2790,4 +2790,4 @@ propcache = ">=0.2.0"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "c05b779d782913163f544f3d4737856264b4edeb7281d62d319d1bf55d5c056d"
|
content-hash = "5fe696571f157b6245507bcff63af7ba3286a711d8f2252842168c53cdd2b099"
|
||||||
|
|||||||
+1
-1
@@ -73,7 +73,7 @@ pytest = "^7.2.0"
|
|||||||
pytest-asyncio = "^0.23.8"
|
pytest-asyncio = "^0.23.8"
|
||||||
pytest-cov = "^6.0.0"
|
pytest-cov = "^6.0.0"
|
||||||
pytest-httpserver = "^1.0.0"
|
pytest-httpserver = "^1.0.0"
|
||||||
pytest-rerunfailures = "^12.0"
|
pytest-rerunfailures = "^15.0"
|
||||||
reportlab = "^4.2.0"
|
reportlab = "^4.2.0"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user