From c984a155117e9b957e8766c6c2bd2958f500b8e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:09:46 +0000 Subject: [PATCH] Update pytest-xdist requirement from <2.5,>=2.3 to >=2.3,<2.6 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...v2.5.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 df1b9e5..2bbb5ac 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,<2.6', 'psycopg2-binary', ]