From d8eb3c14b4be726083ebc3fd25633792dc6efd01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:01:07 +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.21.0...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 27403ee..d97a490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ all = [ tests = [ "morefs[all]", "pytest>=7,<9", - "pytest-asyncio>=0.21.0,<1", + "pytest-asyncio>=0.21.0,<2", "pytest-cov>=4.1.0", "pytest-mock", "pytest-sugar"