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", ]