From 3f28f6df000b51570f10fe197981726bcf3ac46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 08:10:13 +0000 Subject: [PATCH] Update pytest requirement from <7,>=5.1 to >=5.1,<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.1.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 af3edf23..19d09bff 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def run(self): extras_require = { 'test': [ - 'pytest>=5.1,<7', + 'pytest>=5.1,<8', 'pytest-django>=3.5,<4', ], 'lint': [