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

Reviewed-on: #97
This commit is contained in:
Michel Roux 2023-01-05 14:29:36 +00:00
commit b23c972ffc
2 changed files with 9 additions and 9 deletions

16
poetry.lock generated
View File

@ -311,14 +311,14 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
[[package]]
name = "djlint"
version = "1.19.10"
version = "1.19.11"
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
python-versions = ">=3.7.2,<4.0.0"
files = [
{file = "djlint-1.19.10-py3-none-any.whl", hash = "sha256:6ab1883bcb5941b9d32180acdbe02d9b445d467efa8567483dc04d874c9dc441"},
{file = "djlint-1.19.10.tar.gz", hash = "sha256:bc9a7d0dd63af5a29f58a4c5fab232e9f30aed12b860a90728ac5828963299f0"},
{file = "djlint-1.19.11-py3-none-any.whl", hash = "sha256:c19d732c79b660f7d406517254bfd3e98f6c3c2de0cb300766b5555077d4ae08"},
{file = "djlint-1.19.11.tar.gz", hash = "sha256:98bbe094a6f176258a578b16c492cbbb9384e3a3b447c9241ee4a6427d703402"},
]
[package.dependencies]
@ -327,7 +327,7 @@ colorama = ">=0.4.4,<0.5.0"
cssbeautifier = ">=1.14.4,<2.0.0"
html-tag-names = ">=0.1.2,<0.2.0"
html-void-elements = ">=0.1.0,<0.2.0"
importlib-metadata = ">=5.0.0,<6.0.0"
importlib-metadata = ">=6.0.0,<7.0.0"
jsbeautifier = ">=1.14.4,<2.0.0"
pathspec = ">=0.10.0,<0.11.0"
PyYAML = ">=6.0,<7.0"
@ -640,14 +640,14 @@ files = [
[[package]]
name = "importlib-metadata"
version = "5.2.0"
version = "6.0.0"
description = "Read metadata from Python packages"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{file = "importlib_metadata-5.2.0-py3-none-any.whl", hash = "sha256:0eafa39ba42bf225fc00e67f701d71f85aead9f878569caf13c3724f704b970f"},
{file = "importlib_metadata-5.2.0.tar.gz", hash = "sha256:404d48d62bba0b7a77ff9d405efd91501bef2e67ff4ace0bed40a0cf28c3c7cd"},
{file = "importlib_metadata-6.0.0-py3-none-any.whl", hash = "sha256:7efb448ec9a5e313a57655d35aa54cd3e01b7e1fbcf72dce1bf06119420f5bad"},
{file = "importlib_metadata-6.0.0.tar.gz", hash = "sha256:e354bedeb60efa6affdcc8ae121b73544a7aa74156d047311948f6d711cd378d"},
]
[package.dependencies]
@ -1564,4 +1564,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "43be7647b57b167dfd696c713b99d4f02f8d2bf8928be056c3fb788011026a49"
content-hash = "b684bd7973ccde01d28c66625723675eab39e59ac073624d299156db725e6653"

View File

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