Merge pull request 'Update dependency djlint to v1.14.0' (#49) from renovate/djlint-1.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #49
This commit is contained in:
Michel Roux 2022-09-13 07:37:49 +00:00
commit b2fe4fa95a
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"},

View File

@ -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"