From 28608dd3f8cedb542748f345fe8a50ed8eac4729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:48:31 +0000 Subject: [PATCH] Update pytest-django requirement from <4.6,>=4.5.2 to >=4.5.2,<4.7 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.5.2...v4.6.0) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93b38aa..422fbcd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ drf-spectacular[sidecar]>=0.26.2,<0.27 django-environ>=0.10.0,<0.12 django-gravatar2>=1.4.4,<1.5 django-linear-migrations>=2.8.0,<2.13 -pytest-django>=4.5.2,<4.6 +pytest-django>=4.5.2,<4.7 pytest-cov>=4.1.0,<4.2 sentry-sdk>=1.34.0,<1.35