build(deps-dev): bump pytest-xdist from 3.3.0 to 3.3.1 (#2421)

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-30 11:00:11 +02:00
committed by GitHub
parent c049b968a5
commit 510ac7005a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2028,14 +2028,14 @@ pytest = "*"
[[package]] [[package]]
name = "pytest-xdist" name = "pytest-xdist"
version = "3.3.0" version = "3.3.1"
description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs" description = "pytest xdist plugin for distributed testing, most importantly across multiple CPUs"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "pytest-xdist-3.3.0.tar.gz", hash = "sha256:d42c9efb388da35480878ef4b2993704c6cea800c8bafbe85a8cdc461baf0748"}, {file = "pytest-xdist-3.3.1.tar.gz", hash = "sha256:d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93"},
{file = "pytest_xdist-3.3.0-py3-none-any.whl", hash = "sha256:76f7683d4f993eaff91c9cb0882de0465c4af9c6dd3debc903833484041edc1a"}, {file = "pytest_xdist-3.3.1-py3-none-any.whl", hash = "sha256:ff9daa7793569e6a68544850fd3927cd257cc03a7ef76c95e86915355e82b5f2"},
] ]
[package.dependencies] [package.dependencies]
@@ -2913,4 +2913,4 @@ docs = ["mkdocs", "mkdocs-material"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "22aea89f176ba9e17bedf103527c7937a04d8522d5a0fa2dc11041479c2c7f07" content-hash = "ca52274b8438cc03b2559d6de30830dede2579d5cb6919e240d9fbea0b702c4d"

View File

@@ -63,7 +63,7 @@ openapi-spec-validator = "0.5.6"
pylint = "2.17.4" pylint = "2.17.4"
pytest = "7.3.1" pytest = "7.3.1"
pytest-randomly = "3.12.0" pytest-randomly = "3.12.0"
pytest-xdist = "3.3.0" pytest-xdist = "3.3.1"
safety = "2.3.5" safety = "2.3.5"
sure = "2.0.1" sure = "2.0.1"
vulture = "2.7" vulture = "2.7"