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

This commit is contained in:
Michel Roux 2022-10-22 00:10:31 +00:00
parent f1073205a1
commit 211580afbf
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.19.1"
version = "1.19.2"
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
@ -781,7 +781,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "0ff06c4924a16353dbd1f0729db4543bb5d11bfef12455e6560977c5f63e43f1"
content-hash = "7fb616a06923b843de9aad8e055cadcf9555d547cf4f54562213a896ae957319"
[metadata.files]
aiofiles = [
@ -940,8 +940,8 @@ disnake = [
{file = "disnake-2.6.1.tar.gz", hash = "sha256:51a1e8c6441fe80c6d62c8880718b2d2ab6834ffc5a5a20bfb0e063a3b60c338"},
]
djlint = [
{file = "djlint-1.19.1-py3-none-any.whl", hash = "sha256:baef9d7538c84c7d559279ee54c3dc79d39e8dd225f4e873ebae7a22ea8aed24"},
{file = "djlint-1.19.1.tar.gz", hash = "sha256:9eba47aad5c187908ad36053ba82a41d352dd48ffe024814090059c3d8986741"},
{file = "djlint-1.19.2-py3-none-any.whl", hash = "sha256:2bc246654c4f24c7acc5bca1a00192ba898565b66308c1435778c2306bffeca4"},
{file = "djlint-1.19.2.tar.gz", hash = "sha256:2cf4fd16365a9998c21ee35446cbf46160353babd6fcc0bd0aff893d9abcbe77"},
]
EditorConfig = [
{file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"},

View File

@ -23,7 +23,7 @@ uvicorn = "0.19.0"
[tool.poetry.dev-dependencies]
black = "22.10.0"
djlint = "1.19.1"
djlint = "1.19.2"
flake8 = "5.0.4"
flake8-alphabetize = "0.0.17"
flake8-black = "0.3.3"