diff --git a/poetry.lock b/poetry.lock index 3e35b6368..e2e3388b9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3781,14 +3781,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[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] @@ -5507,4 +5507,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "^3.12.9" -content-hash = "283a04aa23393ad0d2e690e5d4c9ff33942a61d6d5593c40d72de70690d89e71" +content-hash = "8fe8afcb7a6c8288dabab71c17f659a18976936d987d2deb85fcac5cbf3edbb4" diff --git a/pyproject.toml b/pyproject.toml index fbc29cf28..a7cc109bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ pytest = "^8.4.0" pytest-env = "^1.1.3" pytest-mock = "^3.14.1" pytest-cov = "^6.2.1" -pytest-xdist = "^3.7.0" +pytest-xdist = "^3.8.0" radon = "^6.0.1" requests-mock = "^1.11.0" setuptools = "^80.9.0"