From 4e9a769fb6005077029952ed47d09543d8aded04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 21:52:31 +0000 Subject: [PATCH] Update pytest-runner requirement from ==4.1.* to >=4.1,<5.4 Updates the requirements on [pytest-runner](https://github.com/pytest-dev/pytest-runner) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-runner/releases) - [Changelog](https://github.com/pytest-dev/pytest-runner/blob/main/CHANGES.rst) - [Commits](https://github.com/pytest-dev/pytest-runner/compare/4.1...v5.3.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d96300..04e1d5c 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def read(*parts): ] setup_requires = [ - 'pytest-runner==4.1.*' + 'pytest-runner>=4.1,<5.4' ] tests_require = [