From ae7ee555a5c1bb5dd387f69bcc06c2ca5175939b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 00:52:19 +0000 Subject: [PATCH] build(deps): update pytest-asyncio requirement 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.23.2...v1.0.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.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 7660e4dc..525d8a55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ tests = [ "aioresponses>=0.7,<0.8", "paramiko>=3.4.0,<4", "pytest>=7,<9", - "pytest-asyncio>=0.23.2,<1", + "pytest-asyncio>=0.23.2,<2", "pytest-cov>=4.1.0", "pytest-docker>=1,<4", "pytest-mock",