From eaf8696b1d47011feb6d9b4343739cf04c1e96f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:24:58 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-xdist from 3.2.1 to 3.5.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.2.1 to 3.5.0. - [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.2.1...v3.5.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3fc4aaeba..144ecdbe0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1895,13 +1895,13 @@ pytest = "*" [[package]] name = "pytest-xdist" -version = "3.2.1" +version = "3.5.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.2.1.tar.gz", hash = "sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727"}, - {file = "pytest_xdist-3.2.1-py3-none-any.whl", hash = "sha256:37290d161638a20b672401deef1cba812d110ac27e35d213f091d15b8beb40c9"}, + {file = "pytest-xdist-3.5.0.tar.gz", hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"}, + {file = "pytest_xdist-3.5.0-py3-none-any.whl", hash = "sha256:d075629c7e00b611df89f490a5063944bee7a4362a5ff11c7cc7824a03dfce24"}, ] [package.dependencies] @@ -2626,4 +2626,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "54b97f26267359fdc15efd17ea55909dbe2639fc6e9e17f84c901361a4121547" +content-hash = "bdc1cfac94720c92fbc0f46d846ef109269720068607f6495459841cf0bfb912" diff --git a/pyproject.toml b/pyproject.toml index 3f4f153a8..6fdc0b5a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ pytest-factoryboy = "2.5.1" pytest-freezegun = "0.4.2" pytest-mock = "3.10.0" pytest-randomly = "3.12.0" -pytest-xdist = "3.2.1" +pytest-xdist = "3.5.0" python-semantic-release = "7.33.3" requests-mock = "1.10.0" reuse = "1.1.2"