Merge pull request 'Update dependency djlint to v1.19.1' (#67) from renovate/djlint-1.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #67
This commit is contained in:
Michel Roux 2022-10-14 15:44:13 +00:00
commit cbd678515f
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.0"
version = "1.19.1"
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 = "b046438706d7c7fbd25070f4a47fc614c5725b889e56480ce42449afd46efa1a"
content-hash = "ce5ad8cdd4a87ea6055e3171d72ba070e1f8c1578c7fbc7d9a02c8a318d60344"
[metadata.files]
aiofiles = [
@ -940,8 +940,8 @@ disnake = [
{file = "disnake-2.6.0.tar.gz", hash = "sha256:c6082b6ee57ee4d60ee8e9d1221110a384b26fa83808bede8a718ebf13cca3eb"},
]
djlint = [
{file = "djlint-1.19.0-py3-none-any.whl", hash = "sha256:38510f1b3ede0086267b9496be37256dc09e60681d158dd3885c7592edc4ef75"},
{file = "djlint-1.19.0.tar.gz", hash = "sha256:cb93ab9ba8edfbfe5196d7e0c0c99496fdea4725ee0efe0b948b877e7e0645f0"},
{file = "djlint-1.19.1-py3-none-any.whl", hash = "sha256:baef9d7538c84c7d559279ee54c3dc79d39e8dd225f4e873ebae7a22ea8aed24"},
{file = "djlint-1.19.1.tar.gz", hash = "sha256:9eba47aad5c187908ad36053ba82a41d352dd48ffe024814090059c3d8986741"},
]
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.10.0"
djlint = "1.19.0"
djlint = "1.19.1"
flake8 = "5.0.4"
flake8-alphabetize = "0.0.17"
flake8-black = "0.3.3"