Update dependency djlint to v1.7.0
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Michel Roux 2022-07-09 00:24:45 +00:00
parent d8bfd3b8f9
commit 1ea2f8576e
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -157,7 +157,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
[[package]]
name = "djlint"
version = "1.6.0"
version = "1.7.0"
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
@ -710,7 +710,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "9a377d74de4e6a85fa5e741b23d90b6ca4e72ab412b972bce6a5af0859e98427"
content-hash = "1df0824db7fa7b72fda6897c2201de958c3f715e577be5c92760d0490d7d4849"
[metadata.files]
aiofiles = [
@ -856,8 +856,8 @@ disnake = [
{file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"},
]
djlint = [
{file = "djlint-1.6.0-py3-none-any.whl", hash = "sha256:f9244e380b91c80830da43fa91f25e1e3022b70e7a6d1f6fc67828581a74c798"},
{file = "djlint-1.6.0.tar.gz", hash = "sha256:598f160eaaa1198adca32652a271c5ea2c3fa6cbd2d18d4beef31d793de043f3"},
{file = "djlint-1.7.0-py3-none-any.whl", hash = "sha256:0dbbac71c4bbe227fef9d9dd1911e7fcbf2a138b6ed6bf819ac7851718512f28"},
{file = "djlint-1.7.0.tar.gz", hash = "sha256:c94fe5f1b2148d2f8ce230cc0bbb847734f1d777175ed06a1cc589282f37d4e0"},
]
flake8 = [
{file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"},

View File

@ -21,7 +21,7 @@ isort = "5.10.1"
mypy = "0.961"
flake8-black = "0.3.3"
flake8-isort = "4.1.1"
djlint = "1.6.0"
djlint = "1.7.0"
[build-system]
requires = ["poetry-core>=1.0.0"]