From 0c546211cf130f81673ca1e7b4ab9970d49a2f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 May 2023 08:09:55 +0200 Subject: [PATCH] build(deps-dev): bump pytest-xdist from 3.2.1 to 3.3.0 (#2358) 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 ada718ee..ed983455 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2003,14 +2003,14 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-xdist" -version = "3.2.1" +version = "3.3.0" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" category = "dev" 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.3.0.tar.gz", hash = "sha256:d42c9efb388da35480878ef4b2993704c6cea800c8bafbe85a8cdc461baf0748"}, + {file = "pytest_xdist-3.3.0-py3-none-any.whl", hash = "sha256:76f7683d4f993eaff91c9cb0882de0465c4af9c6dd3debc903833484041edc1a"}, ] [package.dependencies] @@ -2887,4 +2887,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d4d89fae6d1a5f82c4ab64c3f7f61a04daf5f19e902a33dbb3f6a927811bc9d3" +content-hash = "1b2fb2524cacaa5439a3c8752d24049e83eaa100619daf85d5362fa7a0b48462" diff --git a/pyproject.toml b/pyproject.toml index 7a0bf365..5cc1f4f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ moto = "4.1.9" openapi-spec-validator = "0.5.6" pylint = "2.17.4" pytest = "7.3.1" -pytest-xdist = "3.2.1" +pytest-xdist = "3.3.0" safety = "2.3.5" sure = "2.0.1" vulture = "2.7"