chore(deps): update dependency djlint to v1.35.2 #231

Merged
Xefir merged 1 commits from renovate/djlint-1.x-lockfile into master 2024-08-31 01:14:59 +00:00
Showing only changes of commit a3494c9009 - Show all commits

32
poetry.lock generated
View File

@ -334,28 +334,28 @@ voice = ["PyNaCl (>=1.3.0,<1.6)"]
[[package]] [[package]]
name = "djlint" name = "djlint"
version = "1.34.1" version = "1.35.2"
description = "HTML Template Linter and Formatter" description = "HTML Template Linter and Formatter"
optional = false optional = false
python-versions = ">=3.8.0,<4.0.0" python-versions = "<4.0,>=3.8"
files = [ files = [
{file = "djlint-1.34.1-py3-none-any.whl", hash = "sha256:96ff1c464fb6f061130ebc88663a2ea524d7ec51f4b56221a2b3f0320a3cfce8"}, {file = "djlint-1.35.2-py3-none-any.whl", hash = "sha256:4ba995bad378f2afa77c8ea56ba1c14429d9ff26a18e8ae23bc71eedb9152243"},
{file = "djlint-1.34.1.tar.gz", hash = "sha256:db93fa008d19eaadb0454edf1704931d14469d48508daba2df9941111f408346"}, {file = "djlint-1.35.2.tar.gz", hash = "sha256:318de9d4b9b0061a111f8f5164ecbacd8215f449dd4bd5a76d2a691c815ee103"},
] ]
[package.dependencies] [package.dependencies]
click = ">=8.0.1,<9.0.0" click = ">=8.0.1"
colorama = ">=0.4.4,<0.5.0" colorama = ">=0.4.4"
cssbeautifier = ">=1.14.4,<2.0.0" cssbeautifier = ">=1.14.4"
html-tag-names = ">=0.1.2,<0.2.0" html-tag-names = ">=0.1.2"
html-void-elements = ">=0.1.0,<0.2.0" html-void-elements = ">=0.1.0"
jsbeautifier = ">=1.14.4,<2.0.0" jsbeautifier = ">=1.14.4"
json5 = ">=0.9.11,<0.10.0" json5 = ">=0.9.11"
pathspec = ">=0.12.0,<0.13.0" pathspec = ">=0.12.0"
PyYAML = ">=6.0,<7.0" PyYAML = ">=6.0"
regex = ">=2023.0.0,<2024.0.0" regex = ">=2023"
tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""} tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
tqdm = ">=4.62.2,<5.0.0" tqdm = ">=4.62.2"
[[package]] [[package]]
name = "editorconfig" name = "editorconfig"