Update djlint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Michel Roux 2022-08-16 18:14:28 +00:00
parent acee214557
commit 745eb229a2
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -170,7 +170,7 @@ discord = ["discord-disnake"]
[[package]]
name = "djlint"
version = "1.9.4"
version = "1.9.5"
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
@ -732,7 +732,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "f87987b8ed89e63c108115ab9b227a53531a8a92bf3bb7e1ab0312e3ee96acdd"
content-hash = "fc99d8e790e335c2fb32f4fc6c74cfae23ed6960cbda3a2b233bbb31e28f589d"
[metadata.files]
aiofiles = [
@ -882,8 +882,8 @@ disnake = [
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
]
djlint = [
{file = "djlint-1.9.4-py3-none-any.whl", hash = "sha256:35070a7a2a12eeaeeb8c1a88973bebc4bb2a48f74a2b88479fca30f031a0a478"},
{file = "djlint-1.9.4.tar.gz", hash = "sha256:f88e50541439bbe15bcfff3577f15b45e4d4699942af25a88ecbe83839ccecfc"},
{file = "djlint-1.9.5-py3-none-any.whl", hash = "sha256:0cc490433d8e3f8178b1e1ff20e9aa39225f3b79926d46a69676d99ab41d37f4"},
{file = "djlint-1.9.5.tar.gz", hash = "sha256:ecd8a07e92fc480a0461f4945ef84e2adf71061c17ecbd2d2d53dea488c72371"},
]
editorconfig = [
{file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"},

View File

@ -21,7 +21,7 @@ isort = "5.10.1"
mypy = "0.971"
flake8-black = "0.3.3"
flake8-isort = "4.2.0"
djlint = "1.9.4"
djlint = "1.9.5"
[build-system]
requires = ["poetry-core>=1.0.0"]