From f4a4f4c55d5ec2474a504a94e9cf870dc4b77109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 21:05:26 +0000 Subject: [PATCH] Update pytest-asyncio requirement from <0.27,>=0.26.0 to >=0.26.0,<1.4 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.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.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 ab32e17b..d59640ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,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.4", "pytest-cov>=6.1.1,<7", "pytest-mock>=3.14.0,<4", "black>=25.1.0,<26",