From c1cb2810440cf104d69562f3007b96f4c5a7e4cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 11:58:32 +0000 Subject: [PATCH] chore(deps): upgrade dependency pytest-asyncio to ~=1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9dfde00202..a3e494500f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ dev = [ ] test = [ "pytest~=9.1.1", - "pytest-asyncio~=1.3.0", + "pytest-asyncio~=1.4.0", ] [tool.setuptools_scm]