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

Reviewed-on: #51
This commit is contained in:
Michel Roux 2022-09-16 06:30:10 +00:00
commit 17795b0d85
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.14.1"
version = "1.14.2"
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 = "40be0e13942583be87bcff990859c7a2ec1f13c47b6596b13e21a880d6bd66b3"
content-hash = "3391085ca799fb71f18e1bf5e64ac392f46ec9452098ac6ae4d3121d2de37894"
[metadata.files]
aiofiles = [
@ -927,8 +927,8 @@ disnake = [
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
]
djlint = [
{file = "djlint-1.14.1-py3-none-any.whl", hash = "sha256:c737453a19a120359c22c537004bf8fcba5c933a6f87c9b2e1167f316a9d59d4"},
{file = "djlint-1.14.1.tar.gz", hash = "sha256:d69fa9ba767da86b81840bbf7447122018d4a198c9e663901f234d415e907ac6"},
{file = "djlint-1.14.2-py3-none-any.whl", hash = "sha256:638a8fd9c87f67129d48391d9ccfeebc5d270db4a66f7bcd05cd253dc1a2bb89"},
{file = "djlint-1.14.2.tar.gz", hash = "sha256:7f85e34a35acbb5a0b5464f8616f622cc48b418ca94e69154125825d0ca08c76"},
]
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.14.1"
djlint = "1.14.2"
flake8 = "5.0.4"
flake8-alphabetize = "0.0.17"
flake8-black = "0.3.3"