From 6f4ffd43a42e6dc710bc3e247d29ee658f840ef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 17:07:00 +0000 Subject: [PATCH] Bump pytest-xdist from 2.5.0 to 3.0.2 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 2.5.0 to 3.0.2. - [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/v2.5.0...v3.0.2) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/docker.txt | 2 +- requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/docker.txt b/requirements/docker.txt index d4731ee..b04a113 100644 --- a/requirements/docker.txt +++ b/requirements/docker.txt @@ -25,7 +25,7 @@ pytest==6.2.5 pytest-cov==3.0.0 pytest-django==4.5.2 pytest-forked==1.4.0 -pytest-xdist==2.5.0 +pytest-xdist==3.0.2 python-dateutil==2.8.2 python-monkey-business==1.0.0 pytz==2021.3 diff --git a/requirements/local.txt b/requirements/local.txt index f04b334..86cdc16 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -41,7 +41,7 @@ pytest==6.2.5 pytest-cov==3.0.0 pytest-django==4.5.2 pytest-forked==1.4.0 -pytest-xdist==2.5.0 +pytest-xdist==3.0.2 python-dateutil==2.8.2 python-monkey-business==1.0.0 pytz==2021.3