From 9172701c0c63326eb974e031b6aa9340a351ae60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 07:18:29 +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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 6f01536..42fa305 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -29,7 +29,7 @@ pytest-asyncio==0.20.3; python_version >= "3.7" pytest-codecov==0.5.1; python_version >= "3.5" pytest-cov==4.0.0; python_version >= "3.6" pytest-timeout==2.1.0; python_version >= "3.6" -pytest-xdist==3.1.0; python_version >= "3.7" +pytest-xdist==3.2.0; python_version >= "3.7" pytest==7.2.0; python_version >= "3.7" pyyaml==6.0; python_version >= "3.7" requests==2.28.1; python_version >= "3.7" and python_version < "4" and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0")