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

This commit is contained in:
Michel Roux 2022-08-19 00:20:07 +00:00
parent d7953c8958
commit bba7d9f7bd
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@ -170,7 +170,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
[[package]]
name = "djlint"
version = "1.10.0"
version = "1.11.0"
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
@ -563,8 +563,8 @@ markupsafe = "*"
werkzeug = ">=2.2.0"
[package.extras]
docs = ["pydata-sphinx-theme"]
dotenv = ["python-dotenv"]
docs = ["pydata-sphinx-theme"]
[[package]]
name = "regex"
@ -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 = "643b03f7395758476664ec4f7ac1f7e7e1986a71fedb2f9b5ef58a582e89e590"
content-hash = "7f531ec22535709c4fee7924d838bf20fcfcc3b4906cea76ab13a9b75e48fedd"
[metadata.files]
aiofiles = [
@ -882,8 +882,8 @@ disnake = [
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
]
djlint = [
{file = "djlint-1.10.0-py3-none-any.whl", hash = "sha256:58a805c064d3a1df2e30f68258fe38e3ee6e8fb8c11c3b1fa90e1161a9b94bf8"},
{file = "djlint-1.10.0.tar.gz", hash = "sha256:e1de5430f70b24adb1d0e5799fc42e4aa52cf4ce416c0213d4520c1142518083"},
{file = "djlint-1.11.0-py3-none-any.whl", hash = "sha256:69945e5e2c10073b8f6842f2a3062434ee9d68b635239832660f0e42217d9f18"},
{file = "djlint-1.11.0.tar.gz", hash = "sha256:ccd92d6825d8134cd24e16b047ea41df43f21aeb456f9b7912c6496585329761"},
]
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.10.0"
djlint = "1.11.0"
[build-system]
requires = ["poetry-core>=1.0.0"]