From 934c638b90901c658de8b6ce45f6ceffacba7225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Feb 2022 23:08:00 +0000 Subject: [PATCH] Update pytest requirement from <7.0.0,>=4.0.0 to >=4.0.0,<8.0.0 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/4.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 ecfec73..b178677 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ ], extras_require = dict( tests = [ - 'pytest >= 4.0.0, < 7.0.0', + 'pytest >= 4.0.0, < 8.0.0', ], notebook = [ 'ipykernel >= 4.8',