From 92ebf9408eaed663478efeaec929145b01f5720f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 11 Sep 2025 07:05:46 +0800 Subject: [PATCH] Update ruff from 0.12.12 to 0.13.0 --- {{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 c4f0cf101..959cd30ed 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -26,7 +26,7 @@ sphinx-autobuild==2025.8.25 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------ -ruff==0.12.12 # https://github.com/astral-sh/ruff +ruff==0.13.0 # https://github.com/astral-sh/ruff coverage==7.10.6 # https://github.com/nedbat/coveragepy djlint==1.36.4 # https://github.com/Riverside-Healthcare/djLint pre-commit==4.3.0 # https://github.com/pre-commit/pre-commit