Skip to content

Commit 6f79b56

Browse files
Bump pytest-xdist from 3.7.0 to 3.8.0
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.7.0 to 3.8.0. - [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.7.0...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d6ffd7 commit 6f79b56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test = [
9090
"mkdocs-material==9.6.14",
9191
"mkdocs-minify-html-plugin>=0.3.1",
9292
"mkdocstrings==0.29.1",
93-
"pytest-xdist==3.7.0",
93+
"pytest-xdist==3.8.0",
9494
"pytest~=8.4.0",
9595
]
9696

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ flake8==7.3.0
22
Pillow==11.2.1
33
isort==6.0.1
44
bandit==1.8.6
5-
pytest-xdist==3.7.0
5+
pytest-xdist==3.8.0
66
pytest~=8.4.1

0 commit comments

Comments
 (0)