diff --git a/poetry.lock b/poetry.lock index a5cca23..5fbb0ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.19.0" +version = "1.19.1" 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 = "b046438706d7c7fbd25070f4a47fc614c5725b889e56480ce42449afd46efa1a" +content-hash = "ce5ad8cdd4a87ea6055e3171d72ba070e1f8c1578c7fbc7d9a02c8a318d60344" [metadata.files] aiofiles = [ @@ -940,8 +940,8 @@ disnake = [ {file = "disnake-2.6.0.tar.gz", hash = "sha256:c6082b6ee57ee4d60ee8e9d1221110a384b26fa83808bede8a718ebf13cca3eb"}, ] djlint = [ - {file = "djlint-1.19.0-py3-none-any.whl", hash = "sha256:38510f1b3ede0086267b9496be37256dc09e60681d158dd3885c7592edc4ef75"}, - {file = "djlint-1.19.0.tar.gz", hash = "sha256:cb93ab9ba8edfbfe5196d7e0c0c99496fdea4725ee0efe0b948b877e7e0645f0"}, + {file = "djlint-1.19.1-py3-none-any.whl", hash = "sha256:baef9d7538c84c7d559279ee54c3dc79d39e8dd225f4e873ebae7a22ea8aed24"}, + {file = "djlint-1.19.1.tar.gz", hash = "sha256:9eba47aad5c187908ad36053ba82a41d352dd48ffe024814090059c3d8986741"}, ] EditorConfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 1936bd9..4c44852 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ uvicorn = "0.18.3" [tool.poetry.dev-dependencies] black = "22.10.0" -djlint = "1.19.0" +djlint = "1.19.1" flake8 = "5.0.4" flake8-alphabetize = "0.0.17" flake8-black = "0.3.3"