From 9c94b3c780f2e5d0e5e56052a0f4bf33c4ad8548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 06:40:06 +0000 Subject: [PATCH] Update pytest-django requirement from <4.2,>=3.5 to >=3.5,<4.4 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.3.0) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9793b3b..a6cd5be 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ ], extras_require={ 'test': [ - 'pytest-django>=3.5,<4.2', + 'pytest-django>=3.5,<4.4', 'freezegun', 'psycopg2-binary', 'pytest-cov>=2.7,<2.12',