From b1359f3a4228375331113c9942407c79a31409d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:31:33 +0000 Subject: [PATCH] Update pytest-xdist requirement from ~=2.5.0 to ~=3.6.1 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/v2.5.0...v3.6.1) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_for_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index d81b1199..4a3533be 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -6,5 +6,5 @@ freezegun~=1.2.2 pytest~=8.3.2 pytest-cov~=3.0.0 pytest-mock~=3.14.0 -pytest-xdist~=2.5.0 +pytest-xdist~=3.6.1 requests-mock~=1.12.1