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

This commit is contained in:
Michel Roux 2022-09-23 00:34:35 +00:00
parent 4e7c58bfb1
commit 2f0f323427
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.17.0"
version = "1.17.2"
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 = "382e175b1bfce7538dd3f0d938031da63031f93f546cbc665a78b4a256dcefdc"
content-hash = "c29be8a77920a726da1bef6032ff65e19533544e8c8c025ca8590915d76b4e10"
[metadata.files]
aiofiles = [
@ -927,8 +927,8 @@ disnake = [
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
]
djlint = [
{file = "djlint-1.17.0-py3-none-any.whl", hash = "sha256:72da5c87df3196196fa77e566f84d088d2c009578d027717fcd0d22b29542c44"},
{file = "djlint-1.17.0.tar.gz", hash = "sha256:102e226a443fa4ad121ebb7547776c21f8d9066708efdb4a7b4a5c2dd56f1823"},
{file = "djlint-1.17.2-py3-none-any.whl", hash = "sha256:acffa87f2435ead7450d5fb21f9c517a17a1058483e5044bd7a454edd886aaf5"},
{file = "djlint-1.17.2.tar.gz", hash = "sha256:37e6ecade721dacd5fae0e5f38d22347fc01b0ea343b3a71f3f9ed2a1cfde870"},
]
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.17.0"
djlint = "1.17.2"
flake8 = "5.0.4"
flake8-alphabetize = "0.0.17"
flake8-black = "0.3.3"