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

This commit is contained in:
Michel Roux 2022-10-26 00:14:26 +00:00
parent a5795bbda2
commit ae00ebf0ae
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]] [[package]]
name = "djlint" name = "djlint"
version = "1.19.2" version = "1.19.3"
description = "HTML Template Linter and Formatter" description = "HTML Template Linter and Formatter"
category = "dev" category = "dev"
optional = false optional = false
@ -781,7 +781,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "fb7f18c5aef05139474c7d8272688179bae9b7645efb833e141184e20b88a505" content-hash = "ac6ba962d8f4f04ce92ffbc35bbbd33f14fd4b2a50fc2ccdc17578d6099f7c09"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -940,8 +940,8 @@ disnake = [
{file = "disnake-2.6.1.tar.gz", hash = "sha256:51a1e8c6441fe80c6d62c8880718b2d2ab6834ffc5a5a20bfb0e063a3b60c338"}, {file = "disnake-2.6.1.tar.gz", hash = "sha256:51a1e8c6441fe80c6d62c8880718b2d2ab6834ffc5a5a20bfb0e063a3b60c338"},
] ]
djlint = [ djlint = [
{file = "djlint-1.19.2-py3-none-any.whl", hash = "sha256:2bc246654c4f24c7acc5bca1a00192ba898565b66308c1435778c2306bffeca4"}, {file = "djlint-1.19.3-py3-none-any.whl", hash = "sha256:86f0626c2186fd84a1236ec295b4ba0896b53221467733e72a4443d0f9c6ffce"},
{file = "djlint-1.19.2.tar.gz", hash = "sha256:2cf4fd16365a9998c21ee35446cbf46160353babd6fcc0bd0aff893d9abcbe77"}, {file = "djlint-1.19.3.tar.gz", hash = "sha256:806d9fe477042ad8cd84b6714119a3243b0a5eec0d069e623571195b74cbca96"},
] ]
EditorConfig = [ EditorConfig = [
{file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, {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] [tool.poetry.dev-dependencies]
black = "22.10.0" black = "22.10.0"
djlint = "1.19.2" djlint = "1.19.3"
flake8 = "5.0.4" flake8 = "5.0.4"
flake8-alphabetize = "0.0.17" flake8-alphabetize = "0.0.17"
flake8-black = "0.3.3" flake8-black = "0.3.3"