diff --git a/scripts/project-templates/standard/pyproject.toml b/scripts/project-templates/standard/pyproject.toml index 946e622..ced16a4 100644 --- a/scripts/project-templates/standard/pyproject.toml +++ b/scripts/project-templates/standard/pyproject.toml @@ -11,7 +11,7 @@ dev = [ # Testing "pytest>=8.0.0,<9.0.0", "pytest-cov>=4.1.0,<5.0.0", - "pytest-asyncio>=0.23.0,<0.24.0", + "pytest-asyncio>=0.23.0,<1.4.0", "pytest-mock>=3.12.0,<4.0.0", # Code Quality