diff --git a/poetry.lock b/poetry.lock index fa2f22d..b6ba98b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -162,7 +162,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.19.4" +version = "1.19.7" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -785,7 +785,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "ddad7df8460c3c44995125bf04370a38a33e91372e80f9d0f0c1a18698e59294" +content-hash = "aa27fd64796c7e5baead0e194ec56046b02c701d7fc8099bc8d56b8740d4bbd7" [metadata.files] aiofiles = [ @@ -944,8 +944,8 @@ disnake = [ {file = "disnake-2.7.0.tar.gz", hash = "sha256:414a36c998826df2795aac946f867f3b13b6f15db456913425faa50b311f12d6"}, ] djlint = [ - {file = "djlint-1.19.4-py3-none-any.whl", hash = "sha256:ac00510b81d3da4ce2a5e36b72907d3b58b89de05f3bd4652260235a56b99e98"}, - {file = "djlint-1.19.4.tar.gz", hash = "sha256:1e01d6698427e43ec209fb0e0408374874d3c4affab0aaeb5084a427861268f7"}, + {file = "djlint-1.19.7-py3-none-any.whl", hash = "sha256:517b1a2dfb943854abaf8b1ad2117d5c2e699d5916cd2621e24f8669eb564af2"}, + {file = "djlint-1.19.7.tar.gz", hash = "sha256:7339b0e2b228655000e6bc5e85adb146e1cdad11a1a29c52c3f1e68707d02d86"}, ] editorconfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index cb40f1f..7d905e9 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.4" +djlint = "1.19.7" flake8 = "5.0.4" flake8-alphabetize = "0.0.18" flake8-black = "0.3.3"