From 48711474f41d17d1bfd9c8c00e9fa4c3858fe2a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:41:16 +0000 Subject: [PATCH] Bump pytest-xdist from 3.1.0 to 3.2.0 Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) from 3.1.0 to 3.2.0. - [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.1.0...v3.2.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements-test.txt b/tests/requirements-test.txt index 19412f2..3ade324 100644 --- a/tests/requirements-test.txt +++ b/tests/requirements-test.txt @@ -3,6 +3,6 @@ versioneer<0.18 pytest==7.2.2 pytest-catchlog==1.2.2 pytest-timeout==2.1.0 -pytest-xdist==3.1.0 +pytest-xdist==3.2.0 pytest-cov==4.0.0 tox==4.4.6