From a991ab9776fdd326025e5582a6eecef9933c5da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 09:59:11 +0200 Subject: [PATCH] chore(deps): update dependency pytest-xdist to >=3.1.0,<3.4 (#2547) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 4a9069df9..1354ab50b 100644 --- a/tools/python-requirements.txt +++ b/tools/python-requirements.txt @@ -5,5 +5,5 @@ isort>=5.12.0,<5.13 mypy==1.3.0 pylint>=2.16.1,<2.18 pytest-cov>=4.0.0,<4.1 -pytest-xdist>=3.1.0,<3.3 +pytest-xdist>=3.1.0,<3.4 pytest>=7.2.1,<7.4