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