From 3312d3c6e28d911619ba1c4d664ffe41a9218906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 20:57:47 +0000 Subject: [PATCH] Update pytest-xdist requirement from <2.5,>=2.3 to >=2.3,<3.3 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.3.0...v3.2.0) --- updated-dependencies: - dependency-name: pytest-xdist dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5f2608..9855487 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ test_requires = [ 'freezegun>=0.3,<1.2', 'pytest-django>=4.4,<4.5', - 'pytest-xdist>=2.3,<2.5', + 'pytest-xdist>=2.3,<3.3', 'psycopg2-binary', ]