From 6bdd325372b986c173da0862df9f2fa00b4967f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 04:15:29 +0000 Subject: [PATCH] Update pytest-django requirement from <4.2,>=3.5 to >=3.5,<4.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.4.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 caa6b10..06b9246 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ], extras_require={ 'test': [ - 'pytest-django>=3.5,<4.3', + 'pytest-django>=3.5,<4.5', 'freezegun', 'psycopg2-binary', 'pytest-cov>=2.7,<2.12',