From 1dd5ff30ca15b358f98a0650d11f76354950fff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:02:08 +0000 Subject: [PATCH] Update dependency pytest-xdist to v3.2.1 Signed-off-by: Renovate Bot --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 92cadf76..136c03d7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1719,14 +1719,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-xdist" -version = "3.2.0" +version = "3.2.1" 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.0.tar.gz", hash = "sha256:fa10f95a2564cd91652f2d132725183c3b590d9fdcdec09d3677386ecf4c1ce9"}, - {file = "pytest_xdist-3.2.0-py3-none-any.whl", hash = "sha256:336098e3bbd8193276867cc87db8b22903c3927665dff9d1ac8684c02f597b68"}, + {file = "pytest-xdist-3.2.1.tar.gz", hash = "sha256:1849bd98d8b242b948e472db7478e090bf3361912a8fed87992ed94085f54727"}, + {file = "pytest_xdist-3.2.1-py3-none-any.whl", hash = "sha256:37290d161638a20b672401deef1cba812d110ac27e35d213f091d15b8beb40c9"}, ] [package.dependencies] @@ -2420,4 +2420,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "af34144bac0853f8d7ba6d06f8a40e41861d6d759ab4110b20ee89a03ab6d944" +content-hash = "a4ae73cfad028757245a0ebd0233e367944a0836b4b270f16b46b8eb322e96fd" diff --git a/pyproject.toml b/pyproject.toml index 050168cd..6693cc0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ PyGithub = "1.56" [tool.poetry.dev-dependencies] tox = "3.28.0" pytest = "7.2.2" -pytest-xdist = "3.2.0" +pytest-xdist = "3.2.1" pytest-benchmark = "4.0.0" responses = "0.23.1" # Kapitan requires packaging 0.21 which isn't compatible with black >=v23