From 6f42a469d0a7e8d19bb3da6897fb27b14fa0f0a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 18:11:37 +0000 Subject: [PATCH] chore(deps): update dependency pytest-xdist to >=3.1.0,<3.3 --- tools/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python-requirements.txt b/tools/python-requirements.txt index 446c4b834..5a60acecf 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -5,5 +5,5 @@ isort>=5.12.0,<5.13 mypy==1.0.0 pylint>=2.16.1,<2.17 pytest-cov>=4.0.0,<4.1 -pytest-xdist>=3.1.0,<3.2 +pytest-xdist>=3.1.0,<3.3 pytest>=7.2.1,<7.3