From 52373fb851f1de95b941bdf8c857c8f195b4126c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:41:28 +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 37bb9faca..575ec25cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1816,13 +1816,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] @@ -2438,4 +2438,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "2943be1e7691918fd222612ff4cedcbba2acdf4a8e3b6c5053c1907805b95974" +content-hash = "c8312bcd011973793ff4cbfa5f155ea4d5220eb2084b4227799a669dd42e53e2" diff --git a/pyproject.toml b/pyproject.toml index 751d9d4cc..c41e3179b 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 = "8.5.0" requests-mock = "1.10.0" reuse = "1.1.2"