Skip to content

Commit

Permalink
chore(deps): update pytest-xdist requirement from ==3.3.* to ==3.5.*
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.3.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 7177744 commit 67fa56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ coverage[toml] == 7.*
pytest == 7.4.*
pytest-cov == 4.1.*
pytest-timeout == 2.2.*
pytest-xdist == 3.3.*
pytest-xdist == 3.5.*
black == 23.*
ruff == 0.1.*
mypy == 1.6.*
Expand Down

0 comments on commit 67fa56a

Please sign in to comment.