diff --git a/scripts/project-templates/standard/pyproject.toml b/scripts/project-templates/standard/pyproject.toml index 946e622..7098180 100644 --- a/scripts/project-templates/standard/pyproject.toml +++ b/scripts/project-templates/standard/pyproject.toml @@ -15,7 +15,7 @@ dev = [ "pytest-mock>=3.12.0,<4.0.0", # Code Quality - "black>=24.1.0,<25.0.0", + "black>=24.1.0,<26.0.0", "ruff>=0.2.0,<0.3.0", "mypy>=1.8.0,<2.0.0", "isort>=5.13.0,<6.0.0",