diff --git a/testing/integration/poetry.lock b/testing/integration/poetry.lock index da6459c2116a..286d09f48f16 100644 --- a/testing/integration/poetry.lock +++ b/testing/integration/poetry.lock @@ -501,18 +501,18 @@ test = ["black (>=22.1.0)", "flake8 (>=4.0.1)", "pre-commit (>=2.17.0)", "pytest [[package]] name = "pytest-rerunfailures" -version = "14.0" +version = "15.0" description = "pytest plugin to re-run tests to eliminate flaky failures" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest-rerunfailures-14.0.tar.gz", hash = "sha256:4a400bcbcd3c7a4ad151ab8afac123d90eca3abe27f98725dc4d9702887d2e92"}, - {file = "pytest_rerunfailures-14.0-py3-none-any.whl", hash = "sha256:4197bdd2eaeffdbf50b5ea6e7236f47ff0e44d1def8dae08e409f536d84e7b32"}, + {file = "pytest-rerunfailures-15.0.tar.gz", hash = "sha256:2d9ac7baf59f4c13ac730b47f6fa80e755d1ba0581da45ce30b72fb3542b4474"}, + {file = "pytest_rerunfailures-15.0-py3-none-any.whl", hash = "sha256:dd150c4795c229ef44320adc9a0c0532c51b78bb7a6843a8c53556b9a611df1a"}, ] [package.dependencies] packaging = ">=17.1" -pytest = ">=7.2" +pytest = ">=7.4,<8.2.2 || >8.2.2" [[package]] name = "requests" @@ -576,4 +576,4 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "ae64cc8e357c8ac9aed6e22ded1910e46eed552d4d62a8ac33a0635a055ec352" +content-hash = "bfc7e8ddde9e6e22f07b357f7798ab575a12e5396e5af22e9ef963cdfde5ab1b" diff --git a/testing/integration/pyproject.toml b/testing/integration/pyproject.toml index 3baba75b46b4..319ed5b8147e 100644 --- a/testing/integration/pyproject.toml +++ b/testing/integration/pyproject.toml @@ -11,7 +11,7 @@ readme = "README.md" python = "^3.10" pytest = "^8.3.4" pytest-base-url = "^2.1.0" -pytest-rerunfailures = "^14.0" +pytest-rerunfailures = "^15.0" requests = "^2.32.3" pyquery = "^2.0.1" braceexpand = "^0.1.7"