From fd7fbb94ac7492ce98d640670ec45929e38bfd2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:58:49 +0000 Subject: [PATCH] chore: bump djlint from 1.35.2 to 1.35.4 Bumps [djlint](https://github.com/djlint/djLint) from 1.35.2 to 1.35.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.35.2...v1.35.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 e49fd393..0338df0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ dev = [ "hatch==1.13.0", "ruff==0.7.1", - "djlint==1.35.2", + "djlint==1.35.4", "mkdocs==1.6.1", "mkdocs-material==9.5.42", "mkdocs-static-i18n==1.2.3",