Skip to content

Commit 1efc71d

Browse files
chore(deps): update pytest-xdist requirement from ==3.7.* to ==3.8.*
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.7.0...v3.8.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-version: 3.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc43391 commit 1efc71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage[toml] == 7.*
22
pytest == 8.4.*
33
pytest-cov == 6.2.*
44
pytest-timeout == 2.4.*
5-
pytest-xdist == 3.7.*
5+
pytest-xdist == 3.8.*
66
types-PyYAML ~= 6.0
77
black == 25.*
88
ruff == 0.11.*

0 commit comments

Comments
 (0)