Skip to content

Commit 7436f5e

Browse files
Build(deps-dev): update pytest-xdist requirement from >=3.6.1 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](pytest-dev/pytest-xdist@v3.6.1...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 571042a commit 7436f5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dev = [
4848
"pytest>=8.3.5",
4949
"pytest-benchmark>=5.1.0",
5050
"pytest-cov>=6.0.0",
51-
"pytest-xdist[psutil]>=3.6.1",
51+
"pytest-xdist[psutil]>=3.8.0",
5252
"ruff>=0.11.0",
5353
"sphinx>=8.2.3",
5454
"tox>=4.25.0",

0 commit comments

Comments
 (0)