From 17642ebe6b6c1217c0d2702080f4c4a0942419ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 12:17:49 +0000 Subject: [PATCH] chore(deps-dev): update pytest-xdist[psutil] requirement Updates the requirements on [pytest-xdist[psutil]](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist[psutil] dependency-version: 3.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c59907d..035647d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ docs = [ ] test_duration = [ "pytest-html>=4.0.2,<5", - "pytest-xdist[psutil]>=3.3.1,<4", + "pytest-xdist[psutil]>=3.8.0,<4", ] [tool.pytest.ini_options] diff --git a/uv.lock b/uv.lock index a053538..3b01fba 100644 --- a/uv.lock +++ b/uv.lock @@ -2809,7 +2809,7 @@ examples = [ ] test-duration = [ { name = "pytest-html", specifier = ">=4.0.2,<5" }, - { name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.3.1,<4" }, + { name = "pytest-xdist", extras = ["psutil"], specifier = ">=3.8.0,<4" }, ] [[package]]