Skip to content

Commit fd0df22

Browse files
deps: update pytest-xdist requirement from >=3.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](pytest-dev/pytest-xdist@v3.0.0...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 8e44f3e commit fd0df22

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
@@ -90,7 +90,7 @@ learned = [
9090
]
9191
dev = [
9292
"pytest>=7.0",
93-
"pytest-xdist>=3.0",
93+
"pytest-xdist>=3.8.0",
9494
# pytest-asyncio is required by tests/test_taint_classifier.py — those
9595
# tests use ``@pytest.mark.asyncio`` to verify the MCP-sampling-based
9696
# taint classifier under a controlled async loop.

0 commit comments

Comments
 (0)