From 84b53700be34272bf31265d3bbfe57582c9ae61d Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 13 Sep 2022 00:13:26 +0000 Subject: [PATCH] Update dependency djlint to v1.14.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 707234d..f9d8c40 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.12.3" +version = "1.14.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 = "8592d4e149ffb70ffc9edc5be4d5be5f2183e4af97ae540394ea784e46d3f2f3" +content-hash = "d98006818634e1892416ca74a81de1ec3458b3ca8a0a7032a87f8e44ab849de1" [metadata.files] aiofiles = [ @@ -927,8 +927,8 @@ disnake = [ {file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"}, ] djlint = [ - {file = "djlint-1.12.3-py3-none-any.whl", hash = "sha256:7069e355fdd3644dcbb53e246907c98d1030c4630409c1c628a13c2c22ef51f9"}, - {file = "djlint-1.12.3.tar.gz", hash = "sha256:462f0a31222125f4a17876c65282cb1395120c9f429f40419fe622ad109d2064"}, + {file = "djlint-1.14.0-py3-none-any.whl", hash = "sha256:f09efcf271fe68dc1cdad4fa262446de3de9da766fda2701100c3994054d51fb"}, + {file = "djlint-1.14.0.tar.gz", hash = "sha256:fefd3587e9b203c24cfdc06d01c741482a4d9cbeec3e81752c31f922adb1098a"}, ] EditorConfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index e7c412d..d7818c8 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.12.3" +djlint = "1.14.0" flake8 = "5.0.4" flake8-alphabetize = "0.0.17" flake8-black = "0.3.3"