From b429a9a8371b487be27bea27be7a764f8cc0bdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:40:36 +0000 Subject: [PATCH] Update pytest-asyncio requirement from <1.4.0,>=1.3.0 to >=1.3.0,<1.5.0 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 bd04628..4ca6ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dev = [ "ruff>=0.14.1,<0.16", "pyright>=1.1.390", "ipdb>=0.13.13,<0.14", - "pytest-asyncio>=1.3.0,<1.4.0", + "pytest-asyncio>=1.3.0,<1.5.0", "python-semantic-release>=10.5.3", ]