diff --git a/poetry.lock b/poetry.lock index 5c463484d4..8ed6b88dca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -752,13 +752,13 @@ pytest = ">=7.2" [[package]] name = "pytest-split" -version = "0.9.0" +version = "0.10.0" description = "Pytest plugin which splits the test suite to equally sized sub suites based on test execution time." optional = false python-versions = "<4.0,>=3.8.1" files = [ - {file = "pytest_split-0.9.0-py3-none-any.whl", hash = "sha256:9e197df601828d76a1ab615158d9c6253ec9f96e46c1d3ea27187aa5ac0ef9de"}, - {file = "pytest_split-0.9.0.tar.gz", hash = "sha256:ca52527e4d9024f6ec3aba723527bd276d12096024999b1f5b8445a38da1e81c"}, + {file = "pytest_split-0.10.0-py3-none-any.whl", hash = "sha256:466096b086a7147bcd423c6e6c2e57fc62af1c5ea2e256b4ed50fc030fc3dddc"}, + {file = "pytest_split-0.10.0.tar.gz", hash = "sha256:adf80ba9fef7be89500d571e705b4f963dfa05038edf35e4925817e6b34ea66f"}, ] [package.dependencies] @@ -1190,4 +1190,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "530524eb2da64f969c115a034e450bf2e5dcf2900e9a85e0fb3da6a1a876fa48" +content-hash = "1cd5e230174ab1462728fe07e2f23012977e80dfc88aa5fbc1f56c2be8cc4952" diff --git a/pyproject.toml b/pyproject.toml index 3813f317f7..226d624e6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pytest-check = "2.4.1" pytest-dependency = "0.6.0" pytest-ordering = "0.6" pytest-rerunfailures = "14.0" -pytest-split = "0.9.0" +pytest-split = "0.10.0" python = "^3.11" python-dotenv = "1.0.1" requests = "2.32.3"