From f876727e03d457353852ac54b8810c5f07beea01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:43:21 +0000 Subject: [PATCH] [deps] Update pytest-asyncio requirement from ~=0.24.0 to ~=0.25.0 Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: pytest-asyncio 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 256dd380..6124fe25 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,6 +2,6 @@ openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball django-cors-headers~=4.4.0 django-redis~=5.4.0 channels_redis~=4.2.1 -pytest-asyncio~=0.24.0 +pytest-asyncio~=0.25.0 pytest-django~=4.9.0 freezegun~=1.5.1