From 3974825552d6dcb0064c6b2627c6541f27e3040b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 05:18:06 +0000 Subject: [PATCH] Update pytest requirement from <7,>=5 to >=5,<8 Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/5.0.0...7.0.0) --- updated-dependencies: - dependency-name: pytest 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 5584ed9..8d785f6 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ def get_version(rel_path): ], extras_require={ 'test': [ - 'pytest>=5,<7', + 'pytest>=5,<8', 'pytest-cov==2.*,>=2.10.1', 'nose==1.*,>=1.3.7', 'nbval==0.9.*,>=0.9.6',