From 6c6698966d80b9a9e5699aa537cbf985c901b66f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:39:18 +0000 Subject: [PATCH] chore: bump djlint from 1.36.3 to 1.36.4 Bumps [djlint](https://github.com/djlint/djLint) from 1.36.3 to 1.36.4. - [Release notes](https://github.com/djlint/djLint/releases) - [Changelog](https://github.com/djlint/djLint/blob/master/CHANGELOG.md) - [Commits](https://github.com/djlint/djLint/compare/v1.36.3...v1.36.4) --- updated-dependencies: - dependency-name: djlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b380ab0c..83538122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ dev = [ "hatch==1.14.0", "ruff==0.8.4", - "djlint==1.36.3", + "djlint==1.36.4", "mkdocs==1.6.1", "mkdocs-material==9.5.48", "mkdocs-static-i18n==1.2.3",