diff --git a/poetry.lock b/poetry.lock index b26dca3..c71d9d0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -170,7 +170,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.12.0" +version = "1.12.1" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -768,7 +768,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "0cea4fed56a5ddc26f0330cbd3dc2b3098770c8e0b65559289cd4d24863ab616" +content-hash = "811663937004f29142a780590abafd61f735f899bc0f231831c7235958f45c36" [metadata.files] aiofiles = [ @@ -918,8 +918,8 @@ disnake = [ {file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"}, ] djlint = [ - {file = "djlint-1.12.0-py3-none-any.whl", hash = "sha256:fe04278d753653d955ca196d02aa6a5f3ee80a5414066d439b21fd8621b37d9a"}, - {file = "djlint-1.12.0.tar.gz", hash = "sha256:7d03e13c5302118a4b3f7df24746ae8e75f5a8bd97ed8d1af213aa51450300a0"}, + {file = "djlint-1.12.1-py3-none-any.whl", hash = "sha256:b2e3e93da4498907297bdebd0ab5631a1158a8268adac1fa5188d3d5053aae30"}, + {file = "djlint-1.12.1.tar.gz", hash = "sha256:2837a38ed80abf2cf9932096d44b9f40aa42aa68db98892a1dc8747a4cd289db"}, ] editorconfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 536e26b..766818e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ isort = "5.10.1" mypy = "0.971" flake8-black = "0.3.3" flake8-isort = "4.2.0" -djlint = "1.12.0" +djlint = "1.12.1" [build-system] requires = ["poetry-core>=1.0.0"]