From 7e40264ad6248b89e6f7330ac68888b55e9e6e37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 04:18:36 +0000 Subject: [PATCH] Update pytest-xdist requirement from 3.2.1 to 3.6.1 in /backend Updates the requirements on [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) to permit the latest version. - [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.2.1...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/Pipfile b/backend/Pipfile index 9ece90f8d..c6e2cd176 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -40,7 +40,7 @@ pylint = "3.3.1" pytest = "8.3.4" pytest-asyncio = "0.21.2" pytest-cov = "4.0.0" -pytest-xdist = "3.2.1" +pytest-xdist = "3.6.1" ruff = "0.9.1" vulture = "2.10"