build(deps-dev): bump pytest-xdist from 3.2.1 to 3.3.0 (#2358)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-05-16 08:09:55 +02:00
committed by GitHub
parent 4dc5a3a67c
commit 0c546211cf
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"