From 5fb3b1d29d170302c1a07e400b7a65055a8eb27e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 20:01:26 +0000 Subject: [PATCH] Update pytest-xdist requirement from <2.5,>=2.3 to >=2.3,<3.2 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.1.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..9939ee8 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.2', 'psycopg2-binary', ]