Update dependency djlint to v1.17.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-09-21 00:28:34 +00:00
parent 9ce7d0566e
commit 9d7d7a7a28
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.16.0"
version = "1.17.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 = "67c66cb20057e44c91ba9edcbde880ec4e0e3bc33cff4e1db46d734aa3031cf6"
content-hash = "382e175b1bfce7538dd3f0d938031da63031f93f546cbc665a78b4a256dcefdc"
[metadata.files]
aiofiles = [
@ -927,8 +927,8 @@ disnake = [
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
]
djlint = [
{file = "djlint-1.16.0-py3-none-any.whl", hash = "sha256:611733da2aece7112021ca48f348189c4a4c07a152ac88acbf34d3c501092294"},
{file = "djlint-1.16.0.tar.gz", hash = "sha256:dc83489ae43800492c62d2b79836a577199e96374048f957c50ebb91cd6ea90f"},
{file = "djlint-1.17.0-py3-none-any.whl", hash = "sha256:72da5c87df3196196fa77e566f84d088d2c009578d027717fcd0d22b29542c44"},
{file = "djlint-1.17.0.tar.gz", hash = "sha256:102e226a443fa4ad121ebb7547776c21f8d9066708efdb4a7b4a5c2dd56f1823"},
]
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.16.0"
djlint = "1.17.0"
flake8 = "5.0.4"
flake8-alphabetize = "0.0.17"
flake8-black = "0.3.3"