From ba2647990b2effba3ee9a8547732a30d9123e2fc Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 14:14:08 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to v1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 952595e22..8d9b7254d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tests = [ # release that still supports it (1.2.0). Bumping this to 1.4.0 (renovate, #1584) # made the locked resolution unsatisfiable for the 3.9 split and broke CI's # install step. Keep ==1.2.0 on the 3.9 entry. - "pytest-asyncio==1.2.0; python_version < '3.10'", + "pytest-asyncio==1.4.0; python_version < '3.10'", "pytest-asyncio==1.4.0; python_version >= '3.10'", "coverage[toml]>=7.3.1,<8", ]