From b1e7b3d1d45321850ab26bd63edbfda9ecebd625 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:39:19 +0100 Subject: [PATCH] Bump djlint from 1.36.3 to 1.36.4 (#130) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c66839..d3ef79e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ lint = [ "black==24.10.0", "pre-commit==4.0.1", "ruff==0.8.4", - "djlint==1.36.3", + "djlint==1.36.4", ] [project.urls]