diff --git a/poetry.lock b/poetry.lock index 24a1acf..8c087b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.16.0" +version = "1.17.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 = "67c66cb20057e44c91ba9edcbde880ec4e0e3bc33cff4e1db46d734aa3031cf6" +content-hash = "382e175b1bfce7538dd3f0d938031da63031f93f546cbc665a78b4a256dcefdc" [metadata.files] aiofiles = [ @@ -927,8 +927,8 @@ disnake = [ {file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"}, ] djlint = [ - {file = "djlint-1.16.0-py3-none-any.whl", hash = "sha256:611733da2aece7112021ca48f348189c4a4c07a152ac88acbf34d3c501092294"}, - {file = "djlint-1.16.0.tar.gz", hash = "sha256:dc83489ae43800492c62d2b79836a577199e96374048f957c50ebb91cd6ea90f"}, + {file = "djlint-1.17.0-py3-none-any.whl", hash = "sha256:72da5c87df3196196fa77e566f84d088d2c009578d027717fcd0d22b29542c44"}, + {file = "djlint-1.17.0.tar.gz", hash = "sha256:102e226a443fa4ad121ebb7547776c21f8d9066708efdb4a7b4a5c2dd56f1823"}, ] EditorConfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index c5f6e2e..3c7b874 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.16.0" +djlint = "1.17.0" flake8 = "5.0.4" flake8-alphabetize = "0.0.17" flake8-black = "0.3.3"