diff --git a/poetry.lock b/poetry.lock index fb171cb..2e8b23d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2498,14 +2498,14 @@ pytest = ">=5,<9" [[package]] name = "pytest-xdist" -version = "3.7.0" +version = "3.8.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_xdist-3.7.0-py3-none-any.whl", hash = "sha256:7d3fbd255998265052435eb9daa4e99b62e6fb9cfb6efd1f858d4d8c0c7f0ca0"}, - {file = "pytest_xdist-3.7.0.tar.gz", hash = "sha256:f9248c99a7c15b7d2f90715df93610353a485827bc06eefb6566d23f6400f126"}, + {file = "pytest_xdist-3.8.0-py3-none-any.whl", hash = "sha256:202ca578cfeb7370784a8c33d6d05bc6e13b4f25b5053c30a152269fd10f0b88"}, + {file = "pytest_xdist-3.8.0.tar.gz", hash = "sha256:7e578125ec9bc6050861aa93f2d59f1d8d085595d6551c2c90b6f4fad8d3a9f1"}, ] [package.dependencies] @@ -3803,4 +3803,4 @@ polars = ["polars"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "3351320e5b31386439f6aaf93a64577395628904df9f7e498e601e179361def7" +content-hash = "fab12aab3c4a798a40fbb6b877bda07817224a825689d34bc45a5ed87fb0ae4c" diff --git a/pyproject.toml b/pyproject.toml index b78766c..718e59f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ pytest-cov = "^6.2.1" pytest-regtest = "*" pytest-sugar = "^1.0.0" pytest-testmon = "*" -pytest-xdist = "^3.7.0" +pytest-xdist = "^3.8.0" python-semantic-release = "^10.1.0" ruff = "^0.12.0" safety = "^3"