diff options
author | 2024-04-29 20:41:37 +0100 | |
---|---|---|
committer | 2024-04-29 20:41:37 +0100 | |
commit | da6e7cb015e317e072f821ab6e3dd94634e6786d (patch) | |
tree | 39be9bafb48406cc41b63de32fb3ad3044ccb7a6 /pyproject.toml | |
parent | Bump pytest from 8.1.1 to 8.2.0 (#3033) (diff) |
Bump pytest-xdist from 3.5.0 to 3.6.1 (#3034)
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.5.0 to 3.6.1.
- [Release notes](https://github.com/pytest-dev/pytest-xdist/releases)
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.5.0...v3.6.1)
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e552695be..eb0297e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pip-licenses = "4.4.0" pytest = "8.2.0" pytest-cov = "5.0.0" pytest-subtests = "0.12.1" -pytest-xdist = "3.5.0" +pytest-xdist = "3.6.1" ruff = "0.4.2" taskipy = "1.12.2" |