Skip to content

Commit

Permalink
deps:(deps-dev): update pytest-xdist requirement
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.
- [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.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 0f21608 commit c9a499d
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 @@ -53,7 +53,7 @@ dev = [
test = [
"pytest>=7.1.3,<7.3.0",
"pytest-cov>=3.0.0,<3.1.0",
"pytest-xdist>=3.0.0,<3.2.0",
"pytest-xdist>=3.0.0,<3.6.0",
"pytest-sugar>=0.9.4,<0.10.0",
]
docs = [
Expand Down

0 comments on commit c9a499d

Please sign in to comment.