From f8dfb7cb6cbe4261ace805acaf8ea401ba986f75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 08:35:38 +0000 Subject: [PATCH] Update pytest-django requirement from <4,>=3.5 to >=4.8.0,<5 Updates the requirements on [pytest-django](https://github.com/pytest-dev/pytest-django) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-django/releases) - [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v3.5.0...v4.8.0) --- updated-dependencies: - dependency-name: pytest-django 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..a20dea74 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def run(self): extras_require = { 'test': [ 'pytest>=5.1,<7', - 'pytest-django>=3.5,<4', + 'pytest-django>=4.8.0,<5', ], 'lint': [ 'flake8>=3.7,<5',