diff --git a/poetry.lock b/poetry.lock index 4b294789..7457699a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -768,27 +768,27 @@ django = ">=4.2" [[package]] name = "djlint" -version = "1.34.1" +version = "1.35.2" description = "HTML Template Linter and Formatter" optional = false -python-versions = ">=3.8.0,<4.0.0" +python-versions = "<4.0,>=3.8" files = [ - {file = "djlint-1.34.1-py3-none-any.whl", hash = "sha256:96ff1c464fb6f061130ebc88663a2ea524d7ec51f4b56221a2b3f0320a3cfce8"}, - {file = "djlint-1.34.1.tar.gz", hash = "sha256:db93fa008d19eaadb0454edf1704931d14469d48508daba2df9941111f408346"}, + {file = "djlint-1.35.2-py3-none-any.whl", hash = "sha256:4ba995bad378f2afa77c8ea56ba1c14429d9ff26a18e8ae23bc71eedb9152243"}, + {file = "djlint-1.35.2.tar.gz", hash = "sha256:318de9d4b9b0061a111f8f5164ecbacd8215f449dd4bd5a76d2a691c815ee103"}, ] [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 = "draftjs-exporter" @@ -1981,4 +1981,4 @@ pgsql = [] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "3733ae3f9f32bd8d8b263d44b3cde9b6d67366f6b08db609615ecbb399fa52d4" +content-hash = "1c4268b97cd6ef3c2c91c87c0fbd66076e9d6b3d3994c41d685967a6d4ae4ee9" diff --git a/pyproject.toml b/pyproject.toml index 8288d9cc..65ad5a5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ wagtail-markdown = "^0.12.1" autoflake = "^2.2.1" setuptools-scm = "^8.0.4" django-prometheus = "^2.3.1" -djlint = "^1.34.1" +djlint = "^1.35.2" [tool.poetry.group.dev.dependencies] pylint = "^3.2.6"