From 74bf0e77ac466ba9e94512b35bee9fd450e30096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:35:55 +0000 Subject: [PATCH] Update pytest requirement from <7,>=5.1 to >=8.2.2,<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.2.2) --- 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..5a66d8a1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def run(self): extras_require = { 'test': [ - 'pytest>=5.1,<7', + 'pytest>=8.2.2,<9', 'pytest-django>=3.5,<4', ], 'lint': [