diff options
author | 2023-11-13 14:41:23 +0000 | |
---|---|---|
committer | 2023-11-13 14:41:23 +0000 | |
commit | 032d42ac8bcd29e1fb513134b2cecd11c759e81d (patch) | |
tree | 1a9a7b5e69f226c73bf1a55a393f47e26252a418 /pyproject.toml | |
parent | Bump sentry-sdk from 1.34.0 to 1.35.0 (#2814) (diff) |
Bump pytest-xdist from 3.3.1 to 3.4.0 (#2813)
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.3.1 to 3.4.0.
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.3.1...v3.4.0)
---
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 17e0d896d..0b0b6267c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ pip-licenses = "4.3.3" pytest = "7.4.3" pytest-cov = "4.1.0" pytest-subtests = "0.11.0" -pytest-xdist = "3.3.1" +pytest-xdist = "3.4.0" ruff = "0.1.5" taskipy = "1.12.0" |