From b48e667a1107aa3ddf048b50cd34f19f23f71702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 05:59:34 +0000 Subject: [PATCH] Update pytest-asyncio requirement from <1.4,>=0.24 to >=0.24,<1.5 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.24.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 e365f454..47cc2551 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dev = [ "pytest-cov>=5,<8", "pytest-xdist>=3.1.0", "unasync>=0.6.0", - "pytest-asyncio>=0.24,<1.4", + "pytest-asyncio>=0.24,<1.5", "email-validator>=2.0.0", "tox>=4.14.1", "tox-pyenv>=1.1.0",