From e126f824f39f1596d5bff5f61ecdacb6bdbd3759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 08:14:12 +0100 Subject: [PATCH] MAINT: Bump pytest-xdist from 3.3.1 to 3.5.0 (#4339) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3de005a8c53..f14c09926a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ tests = [ "pandas==2.1.1; python_version > '3.9'", "pytest==8.0.2", "pytest-cov==4.1.0", - "pytest-xdist==3.3.1", + "pytest-xdist==3.5.0", "vtk==9.2.6", "pyvista==0.38.0; python_version <= '3.7'", "pyvista==0.43.3; python_version > '3.7'",