From 75fc6674e313bba76129ac9f35c18a9930e77895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 02:43:31 +0000 Subject: [PATCH] Update djlint requirement from ~=1.35.2 to ~=1.36.2 Updates the requirements on [djlint](https://github.com/djlint/djLint) to permit the latest version. - [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.36.2) --- updated-dependencies: - dependency-name: djlint dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b4093b69..3c1736a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ plumage = ["**"] plumage = ["package-lock.json"] [project.optional-dependencies] -djlint = ["djlint ~= 1.35.2"] +djlint = ["djlint ~= 1.36.2"] [project.urls] "Homepage" = 'https://github.com/kdeldycke/plumage'