From 7d7b2a303c04a7306e291f7ce88551e4ec292b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:42:02 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ~=0.23.7 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.23.7...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 943d11e1..da0df2dd 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ # Testing toolchain pytest>=7.1.1 -pytest-asyncio~=0.23.7 +pytest-asyncio~=0.23.8 pytest-cov>=3.0.0 pytest-xdist>=2.5.0