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

This commit is contained in:
Michel Roux 2022-12-16 00:46:10 +00:00
parent 9b85d636b0
commit 00461f0e63
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -310,14 +310,14 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
[[package]]
name = "djlint"
version = "1.19.7"
version = "1.19.8"
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
python-versions = ">=3.7.2,<4.0.0"
files = [
{file = "djlint-1.19.7-py3-none-any.whl", hash = "sha256:517b1a2dfb943854abaf8b1ad2117d5c2e699d5916cd2621e24f8669eb564af2"},
{file = "djlint-1.19.7.tar.gz", hash = "sha256:7339b0e2b228655000e6bc5e85adb146e1cdad11a1a29c52c3f1e68707d02d86"},
{file = "djlint-1.19.8-py3-none-any.whl", hash = "sha256:f572abe654fcc2e44f7fbb4657260d749199d30a9c8cc9f42802a3030b55c559"},
{file = "djlint-1.19.8.tar.gz", hash = "sha256:ce2be7d72e765bed4e64686392e1e3ce60cb4b5f7f11ab0bb5d7dab0b9975872"},
]
[package.dependencies]
@ -1532,4 +1532,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "79d11ad1f80debcfa588c3486c9fdb02292e53ae381f88e503ae84156254e580"
content-hash = "a12e145b942c70e4630fbf25d0d15d66421cb90f783693aa3f7992e0b466ea2c"

View File

@ -23,7 +23,7 @@ uvicorn = "0.20.0"
[tool.poetry.dev-dependencies]
black = "22.12.0"
djlint = "1.19.7"
djlint = "1.19.8"
flake8 = "6.0.0"
flake8-alphabetize = "0.0.19"
flake8-black = "0.3.5"