From 63ec182af6f864360a73f70e5e46a6226fcdba3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 18:31:41 +0000 Subject: [PATCH] deps: update pytest-asyncio requirement from <1,>=0.23 to >=0.23,<2 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.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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6471eb1..76c50bd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ enrichment = [ ] dev = [ "pytest>=8.0,<9", - "pytest-asyncio>=0.23,<1", + "pytest-asyncio>=0.23,<2", "pytest-cov>=4.0,<8", "ruff>=0.3.0,<1", "tomli>=2.0; python_version < '3.11'", @@ -134,5 +134,5 @@ norecursedirs = ["tests/fixtures"] [dependency-groups] dev = [ "pytest>=8.4.2", - "pytest-asyncio>=0.23,<1", + "pytest-asyncio>=0.23,<2", ]