diff --git a/poetry.lock b/poetry.lock index 070a9cd..aa5ff37 100644 --- a/poetry.lock +++ b/poetry.lock @@ -162,7 +162,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.19.3" +version = "1.19.4" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -784,7 +784,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "145f183d913069709e70ec4fd736bc9bbdd81c8d628005cf8f258796eea28054" +content-hash = "459c50b7f9c9a3971db5613ff0e5bab5cde34a18deb478c3a0463e78e4d57e8a" [metadata.files] aiofiles = [ @@ -943,8 +943,8 @@ disnake = [ {file = "disnake-2.7.0.tar.gz", hash = "sha256:414a36c998826df2795aac946f867f3b13b6f15db456913425faa50b311f12d6"}, ] djlint = [ - {file = "djlint-1.19.3-py3-none-any.whl", hash = "sha256:86f0626c2186fd84a1236ec295b4ba0896b53221467733e72a4443d0f9c6ffce"}, - {file = "djlint-1.19.3.tar.gz", hash = "sha256:806d9fe477042ad8cd84b6714119a3243b0a5eec0d069e623571195b74cbca96"}, + {file = "djlint-1.19.4-py3-none-any.whl", hash = "sha256:ac00510b81d3da4ce2a5e36b72907d3b58b89de05f3bd4652260235a56b99e98"}, + {file = "djlint-1.19.4.tar.gz", hash = "sha256:1e01d6698427e43ec209fb0e0408374874d3c4affab0aaeb5084a427861268f7"}, ] editorconfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 03be032..dfd2591 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ uvicorn = "0.19.0" [tool.poetry.dev-dependencies] black = "22.10.0" -djlint = "1.19.3" +djlint = "1.19.4" flake8 = "5.0.4" flake8-alphabetize = "0.0.18" flake8-black = "0.3.3"