diff options
author | 2024-05-19 01:42:01 +0000 | |
---|---|---|
committer | 2024-05-19 01:42:01 +0000 | |
commit | ad678c609b6b2ec6fd4d3350eaee97f6efa1f23a (patch) | |
tree | f990c76bdd9bff81c6714177d545c4a79c99115a /pyproject.toml | |
parent | Bump aiohttp from 3.9.3 to 3.9.4 (#220) (diff) |
Bump pytest-xdist from 3.5.0 to 3.6.1 (#216)
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 0a0115c5..fbe8f977 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ python-dotenv = "1.0.1" [tool.poetry.group.test.dependencies] pytest = "8.1.1" pytest-cov = "5.0.0" -pytest-xdist = "3.5.0" +pytest-xdist = "3.6.1" [tool.poetry.group.lint.dependencies] ruff = "0.3.4" |