diff --git a/scripts/project-templates/standard/pyproject.toml b/scripts/project-templates/standard/pyproject.toml index 946e622..4bfe75f 100644 --- a/scripts/project-templates/standard/pyproject.toml +++ b/scripts/project-templates/standard/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [] [project.optional-dependencies] dev = [ # Testing - "pytest>=8.0.0,<9.0.0", + "pytest>=8.0.0,<10.0.0", "pytest-cov>=4.1.0,<5.0.0", "pytest-asyncio>=0.23.0,<0.24.0", "pytest-mock>=3.12.0,<4.0.0",