diff --git a/poetry.lock b/poetry.lock index 7e56cc2..08b0a40 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.17.2" +version = "1.18.0" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -781,7 +781,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "c29be8a77920a726da1bef6032ff65e19533544e8c8c025ca8590915d76b4e10" +content-hash = "c20f4f5e1eabc170435aee507d2789a1efeca163bdf8bcda89acb17ba4f633f8" [metadata.files] aiofiles = [ @@ -927,8 +927,8 @@ disnake = [ {file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"}, ] djlint = [ - {file = "djlint-1.17.2-py3-none-any.whl", hash = "sha256:acffa87f2435ead7450d5fb21f9c517a17a1058483e5044bd7a454edd886aaf5"}, - {file = "djlint-1.17.2.tar.gz", hash = "sha256:37e6ecade721dacd5fae0e5f38d22347fc01b0ea343b3a71f3f9ed2a1cfde870"}, + {file = "djlint-1.18.0-py3-none-any.whl", hash = "sha256:ec414f46b5575985cb782d20b2c805247dc9d8b8b876d2745e570591587a94e8"}, + {file = "djlint-1.18.0.tar.gz", hash = "sha256:f6b07793d8687e31c6a1d3c34d88cc3a352d66a0f0444286618cf5edfdb2207d"}, ] EditorConfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 4cdeb1a..735a331 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ uvicorn = "0.18.3" [tool.poetry.dev-dependencies] black = "22.8.0" -djlint = "1.17.2" +djlint = "1.18.0" flake8 = "5.0.4" flake8-alphabetize = "0.0.17" flake8-black = "0.3.3"