From 4db28834cb3df73b9682a214b8b37f73895d2b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 19:15:49 +0000 Subject: [PATCH] [deps] Update pytest-asyncio requirement from ~=0.24.0 to ~=0.25.1 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.1) --- 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 e39e1084f..310e0faba 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ pytest-django~=4.9.0 -pytest-asyncio~=0.24.0 +pytest-asyncio~=0.25.1 pytest-cov~=5.0.0 openwisp-utils[qa,selenium] @ https://github.com/openwisp/openwisp-utils/tarball/1.2 channels_redis~=4.2.1