diff --git a/testing/integration/poetry.lock b/testing/integration/poetry.lock index 012e39178779..63deb0e60412 100644 --- a/testing/integration/poetry.lock +++ b/testing/integration/poetry.lock @@ -494,18 +494,18 @@ requests = ">=2.9" [[package]] name = "pytest-rerunfailures" -version = "12.0" +version = "13.0" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false python-versions = ">=3.7" 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-13.0.tar.gz", hash = "sha256:e132dbe420bc476f544b96e7036edd0a69707574209b6677263c950d19b09199"}, + {file = "pytest_rerunfailures-13.0-py3-none-any.whl", hash = "sha256:34919cb3fcb1f8e5d4b940aa75ccdea9661bade925091873b7c6fa5548333069"}, ] [package.dependencies] packaging = ">=17.1" -pytest = ">=6.2" +pytest = ">=7" [[package]] name = "requests" @@ -569,4 +569,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "2bb736fd0f7b972f50eb942734841ad9ca592193227d44ca2cb732fd4161db7f" +content-hash = "4b6478909e2b61773ed91021ab786d75691a6863937b7f2d1bd3c2e8ef8f1222" diff --git a/testing/integration/pyproject.toml b/testing/integration/pyproject.toml index af616d118575..a260f0315ccc 100644 --- a/testing/integration/pyproject.toml +++ b/testing/integration/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" python = "^3.10" pytest = "^7.4.3" pytest-base-url = "^2.0.0" -pytest-rerunfailures = "^12.0" +pytest-rerunfailures = "^13.0" requests = "^2.31.0" pyquery = "^2.0.0" braceexpand = "^0.1.7"