From c72f55da22aac1654499f93d79868000d972df86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 20:00:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v0.23.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 776b952b..d1ee8c5d 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.1", "pytest-cov==4.1.0", "ruff==0.1.6", "types-tqdm==4.66.0.4",