Update dependency djlint to v1.35.0

This commit is contained in:
renovate[bot]
2024-08-29 10:12:41 +00:00
parent d1f53798df
commit fdbb4abb9a

30
poetry.lock generated
View File

@ -271,27 +271,27 @@ files = [
[[package]]
name = "djlint"
version = "1.34.2"
version = "1.35.0"
description = "HTML Template Linter and Formatter"
optional = false
python-versions = "<4.0.0,>=3.8.0"
python-versions = "<4.0,>=3.8"
files = [
{file = "djlint-1.34.2-py3-none-any.whl", hash = "sha256:4825389e395eb77371857c77f547fa5ebd1a644b1bc4fe9fed19d49a2786b9e5"},
{file = "djlint-1.34.2.tar.gz", hash = "sha256:db9b2e59203a452b83532499bc243c749279090b905cc1f657973f78e7a31ddd"},
{file = "djlint-1.35.0-py3-none-any.whl", hash = "sha256:e92af164e586321b5fb1758d0c894d5b5a21ffde05ee40f4e26d7399526c76d6"},
{file = "djlint-1.35.0.tar.gz", hash = "sha256:663c6c5346e4709d7c5b2d6f9adfaf6ba8e93fdfb5e3f1466a42b09a66aacc39"},
]
[package.dependencies]
click = ">=8.0.1,<9.0.0"
colorama = ">=0.4.4,<0.5.0"
cssbeautifier = ">=1.14.4,<2.0.0"
html-tag-names = ">=0.1.2,<0.2.0"
html-void-elements = ">=0.1.0,<0.2.0"
jsbeautifier = ">=1.14.4,<2.0.0"
json5 = ">=0.9.11,<0.10.0"
pathspec = ">=0.12.0,<0.13.0"
PyYAML = ">=6.0,<7.0"
regex = ">=2023.0.0,<2024.0.0"
tqdm = ">=4.62.2,<5.0.0"
click = ">=8.0.1"
colorama = ">=0.4.4"
cssbeautifier = ">=1.14.4"
html-tag-names = ">=0.1.2"
html-void-elements = ">=0.1.0"
jsbeautifier = ">=1.14.4"
json5 = ">=0.9.11"
pathspec = ">=0.12.0"
PyYAML = ">=6.0"
regex = ">=2023"
tqdm = ">=4.62.2"
[[package]]
name = "editorconfig"