From eba8218ab3dd46385b6d35a73ec80f03ee99ad5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 08:43:42 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.25.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e9f4329..50f13a67 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.25.0", "pytest-cov==4.1.0", "ruff==0.1.6", "types-tqdm==4.66.0.4",