From 653be9a6044d5d07bad4215af98ef078652dba85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 16:24:28 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v1.4.0 (#7694) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a5cdc94c..a99f9ac3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ dev = [ "pre-commit==4.6.0", "pylint==4.0.5", "pytest==9.0.3", - "pytest-asyncio==1.3.0", + "pytest-asyncio==1.4.0", "rich==15.0.0", "ruff==0.15.14", "types-PyYAML==6.0.12.20260518",