From af81e850fa76214cb1a2b600c3de628a33e06d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 02:40:03 +0000 Subject: [PATCH] Update pytest-django requirement from <4.7,>=4.5.2 to >=4.5.2,<4.10 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/main/docs/changelog.rst) - [Commits](https://github.com/pytest-dev/pytest-django/compare/v4.5.2...v4.9.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index fab79cd..d1f5399 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ -r base.txt django-linear-migrations>=2.8.0,<2.14 -pytest-django>=4.5.2,<4.7 +pytest-django>=4.5.2,<4.10 pytest-cov>=4.1.0,<5.1