From a5f2b48753e44d105c55a6ff753ca466329f6ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 22:32:51 +0000 Subject: [PATCH] chore(deps): update pytest-asyncio requirement in the dependencies group Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version. Updates `pytest-asyncio` to 1.0.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.25.0...v1.0.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index b39447e1..84b05fc2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ griffe >= 0.41.2, < 2 mock >= 5.1.0, < 6 -pytest-asyncio >= 0.25, < 1 +pytest-asyncio >= 0.25, < 2 pytest-cov >= 5, < 7 ruff >= 0.9, < 1 mypy >= 1.14.1, < 2