From 26dbc8d13cf4c4aa0f0ab8f931892d8172f70594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 20:28:32 +0000 Subject: [PATCH] [deps] Update pytest-asyncio requirement from ~=0.21.0 to ~=0.23.8 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.21.0...v0.23.8) --- 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 25030f0..ef3384a 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ pytest-django~=4.8.0 -pytest-asyncio~=0.21.0 +pytest-asyncio~=0.23.8 pytest-cov~=5.0.0 responses~=0.25.3 openwisp-utils[qa] @ https://github.com/openwisp/openwisp-utils/tarball/master