From e717a41ae34c040d4908eb26574c6ee6e97d07fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:33:16 +0000 Subject: [PATCH] Update pytest requirement from <7,>=5.1 to >=5.1,<9 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...8.1.1) --- 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 395dce53..0d4bc906 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def run(self): extras_require = { 'test': [ - 'pytest>=5.1,<7', + 'pytest>=5.1,<9', 'pytest-django>=3.5,<4', ], 'lint': [