From c74b05da5e1921259ebb72b3d5c57ac7f8616c57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 21:05:46 +0000 Subject: [PATCH] Update pytest-django requirement from <4.3,>=3.5 to >=3.5,<4.6 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.5.1) --- 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..2f5e137 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.6', 'freezegun', 'psycopg2-binary', 'pytest-cov>=2.7,<2.12',