From ccf76a77e125db8731aa0722e77bd779f3ceeba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 01:05:50 +0000 Subject: [PATCH] deps: Update pytest-xdist requirement from >=3.5.0 to >=3.8.0 Updates the requirements on [pytest-xdist](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.5.0...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cee48072..9db43ea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=9.0.3", - "pytest-xdist>=3.5.0", + "pytest-xdist>=3.8.0", "pytest-asyncio>=1.2.0", "pytest-cov>=7.1.0", "ruff>=0.16.8", diff --git a/requirements-dev.txt b/requirements-dev.txt index efe0f3ca..0e97b661 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Generated from pyproject.toml by scripts/sync-requirements.py. pytest>=9.0.3 -pytest-xdist>=3.5.0 +pytest-xdist>=3.8.0 pytest-asyncio>=1.2.0 pytest-cov>=7.1.0 ruff>=0.16.8