From 8b28c66c08f7c1e0eaa4dd146b2ade4c559ce874 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 12:39:17 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.23.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 776b952b..186380e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -165,7 +165,7 @@ dependencies = [ "mkdocstrings[python]", "mypy==1.6.1", "pytest==7.4.3", - "pytest-asyncio==0.21.1", + "pytest-asyncio==0.23.7", "pytest-cov==4.1.0", "ruff==0.1.6", "types-tqdm==4.66.0.4",