From 8fbb209a58e8d0d1b4a621e8846581796cc66e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:13:20 +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/main/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 a853d4b..08f8e5a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ -pytest-django~=4.5.0 +pytest-django~=4.8.0 pytest-asyncio~=0.21.0 pytest-cov~=5.0.0 responses~=0.23.1