Skip to content

Commit 3a9bfd0

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 807bd69 commit 3a9bfd0

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
@@ -102,7 +102,7 @@ typecheck = [
102102
]
103103
dev = [
104104
"pytest>=7.0",
105-
"pytest-xdist>=3.0",
105+
"pytest-xdist>=3.8.0",
106106
# pytest-asyncio is required by tests/test_taint_classifier.py — those
107107
# tests use ``@pytest.mark.asyncio`` to verify the MCP-sampling-based
108108
# taint classifier under a controlled async loop.

0 commit comments

Comments
 (0)