From 4c84529aed5934add499d24dd2268568e7896335 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 08:48:02 +0100 Subject: [PATCH] build(deps-dev): bump pytest-xdist from 3.3.1 to 3.4.0 (#3031) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index b7e126b1..7f479c73 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1988,13 +1988,13 @@ pytest = "*" [[package]] name = "pytest-xdist" -version = "3.3.1" +version = "3.4.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-xdist-3.3.1.tar.gz", hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"}, - {file = "pytest_xdist-3.3.1-py3-none-any.whl", hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"}, + {file = "pytest-xdist-3.4.0.tar.gz", hash = "sha256:3a94a931dd9e268e0b871a877d09fe2efb6175c2c23d60d56a6001359002b832"}, + {file = "pytest_xdist-3.4.0-py3-none-any.whl", hash = "sha256:e513118bf787677a427e025606f55e95937565e06dfaac8d87f55301e57ae607"}, ] [package.dependencies] @@ -2889,4 +2889,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "418bc60a4caf402dcd77522e84de3e6d001a96ffa67da3de25d5c7401fc538c8" +content-hash = "ab9190c2cce9dd15043191d09247cd65ea26831f1ee115f98c1b8fa07ccb4c05" diff --git a/pyproject.toml b/pyproject.toml index 25c9546f..87847922 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ pylint = "3.0.2" pytest = "7.4.3" pytest-cov = "4.1.0" pytest-randomly = "3.15.0" -pytest-xdist = "3.3.1" +pytest-xdist = "3.4.0" safety = "2.3.5" vulture = "2.10"