From 6f302fbad0c97f6fb8385786b63769c2802f188e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 21:02:45 +0000 Subject: [PATCH] Update pytest-asyncio requirement from <0.27,>=0.26.0 to >=0.26.0,<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/v0.26.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 bd80a2bf..e4df9094 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "types-tornado>=5.1.1,<6", "mypy>=1.15.0,<2", "pytest>=8.3.5,<9", - "pytest-asyncio>=0.26.0,<0.27", + "pytest-asyncio>=0.26.0,<1.3", "pytest-cov>=6.1.1,<7", "pytest-mock>=3.14.0,<4", "black>=25.1.0,<26",