From 7d35a32969756b7fbb3fc92e5409316f5b4fe521 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:41:07 +0000 Subject: [PATCH] [deps] Update pytest-django requirement from ~=4.5.0 to ~=4.8.0 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.0...v4.8.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 c1bddba6..36cdf494 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -3,5 +3,5 @@ django-cors-headers~=4.0.0 django-redis~=5.2.0 channels_redis~=4.2.0 pytest-asyncio~=0.21.0 -pytest-django~=4.5.0 +pytest-django~=4.8.0 freezegun~=1.2.2