Skip to content

Commit

Permalink
build(deps-dev): update pytest-xdist requirement (#677)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version.
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-xdist@v2.0.0...v3.3.1)

---
updated-dependencies:
- dependency-name: pytest-xdist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 13, 2023
1 parent 3561a97 commit 9ec6321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ docs = [
test = [
"coverage[toml]>=6,<8",
"pytest>=7,<8",
"pytest-xdist>=2,<3",
"pytest-xdist>=2,<4",
"pytest-mock>=3,<4",
"pytest-lazy-fixture~=0.6.3",
"pytest-cov>=4,<5",
Expand Down

0 comments on commit 9ec6321

Please sign in to comment.