From fa03377347a18516bdd783095679f617f6b143cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 09:04:47 +0000 Subject: [PATCH] build(deps-dev): bump pytest-xdist from 3.2.0 to 3.2.1 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.2.0 to 3.2.1. - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v3.2.0...v3.2.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3a35ef5223..bea986b0b0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1825,14 +1825,14 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[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] @@ -2667,4 +2667,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "cbe2b781d9b3f36bfa0d7dfa1ecb65403c071b5d577349ddecb25b550377d624" +content-hash = "be956daafba868208a21389aab6d114c49a4216609e9e734c1a2fd7f4f1e81be" diff --git a/pyproject.toml b/pyproject.toml index 8a3816fffc..86ce6056dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ moto = "4.1.4" openapi-spec-validator = "0.5.5" pylint = "2.17.0" pytest = "7.2.2" -pytest-xdist = "3.2.0" +pytest-xdist = "3.2.1" safety = "2.3.5" sure = "2.0.1" vulture = "2.7"