From 8f1f0ca95b17ad8bee3413e8a223cbfafdd7ac88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 20:05:29 +0000 Subject: [PATCH] Update pytest-django requirement from <4.5,>=4.4 to >=4.4,<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/v4.4.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 df1b9e5..d9aed06 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ test_requires = [ 'freezegun>=0.3,<1.2', - 'pytest-django>=4.4,<4.5', + 'pytest-django>=4.4,<4.6', 'pytest-xdist>=2.3,<2.5', 'psycopg2-binary', ]