From d6d4d75df6f5dbf7668d3aabdf52f91536eda043 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 17 Dec 2025 05:43:04 +0800 Subject: [PATCH] Update pre-commit from 4.5.0 to 4.5.1 --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 9e98ccc6d..002e55b4f 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -29,7 +29,7 @@ sphinx-autobuild==2025.8.25 # https://github.com/GaretJax/sphinx-autobuild ruff==0.14.9 # https://github.com/astral-sh/ruff coverage==7.13.0 # https://github.com/nedbat/coveragepy djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint -pre-commit==4.5.0 # https://github.com/pre-commit/pre-commit +pre-commit==4.5.1 # https://github.com/pre-commit/pre-commit # Django # ------------------------------------------------------------------------------