From e54b27b211d99ad7c0732257748c7574aa120a2b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:06:24 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.24.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e9f4329..1f13bf66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -167,7 +167,7 @@ dependencies = [ "mkdocstrings[python]", "mypy==1.10.0", "pytest==7.4.3", - "pytest-asyncio==0.21.1", + "pytest-asyncio==0.24.0", "pytest-cov==4.1.0", "ruff==0.1.6", "types-tqdm==4.66.0.4",