From 0703b0f2c95a486f396ccb301c32a75a9f8c0a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:26:13 +0000 Subject: [PATCH] [deps] Update pytest-django requirement from ~=4.8.0 to ~=4.9.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.8.0...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 1ec60cf..52b96f6 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,6 +1,6 @@ responses~=0.25.3 pytest-asyncio~=0.24.0 -pytest-django~=4.8.0 +pytest-django~=4.9.0 freezegun~=1.5.1 # Needed to test integrations openwisp-monitoring @ https://github.com/openwisp/openwisp-monitoring/tarball/master