From 3d61af9a4484b4ef3eafbffe55133c819ac9bbdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 15:57:08 +0000 Subject: [PATCH] Update pytest-asyncio requirement from ~=1.1.0 to >=1.1,<1.3 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.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa5a2bc1f..d12282700 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "PyYAML~=6.0.2", "httpx~=0.28.1", "httpx-retries~=0.4.0", - "pytest-asyncio~=1.1.0", + "pytest-asyncio>=1.1,<1.3", ] [project.urls]