From 0f3062d15d03c2a04256a9eca7c27ef252d2d661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 03:32:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20update=20pytest-asyncio=20requireme?= =?UTF-8?q?nt=20from=20~=3D1.3.0=20to=20>=3D1.3,<1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45a18982..63df520f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ members = [ [dependency-groups] dev = [ "pytest~=9.0", - "pytest-asyncio~=1.3.0", + "pytest-asyncio>=1.3,<1.5", "pytest-mock~=3.15", "coverage~=7.6", "ruff~=0.15.10",