From 2e2d95cac054c8e6ee7370c0dff00806c0f1cb20 Mon Sep 17 00:00:00 2001 From: twsl <45483159+twsl@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:14:04 +0200 Subject: [PATCH] Update pyproject.toml.jinja --- project/pyproject.toml.jinja | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/pyproject.toml.jinja b/project/pyproject.toml.jinja index e674435..3ff230e 100644 --- a/project/pyproject.toml.jinja +++ b/project/pyproject.toml.jinja @@ -27,7 +27,7 @@ lightning = "^2.4.0"{% endif %} [tool.poetry.group.dev.dependencies] ruff = "^0.6.8" bandit = "^1.7.10" -pre-commit = "^3.8.0" +pre-commit = "^4.0.0" pyright = "^1.1.382" {% if include_notebooks %}ipykernel = "^6.29.5" ipywidgets = "^8.1.5" @@ -39,7 +39,6 @@ nbconvert = "^7.16.3"{% endif %} pytest = "^8.3.3" pytest-cov = "^5.0.0" pytest-mock = "^3.12.0" -pre-commit = "^3.6.2" pytest-cases = "^3.8.6" {% if include_docs %}[tool.poetry.group.docs.dependencies]