Merge pull request 'Update dependency djlint to v1.15.0' (#52) from renovate/djlint-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #52
This commit is contained in:
commit
80c0160825
8
poetry.lock
generated
8
poetry.lock
generated
@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "djlint"
|
name = "djlint"
|
||||||
version = "1.14.2"
|
version = "1.15.0"
|
||||||
description = "HTML Template Linter and Formatter"
|
description = "HTML Template Linter and Formatter"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@ -781,7 +781,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "3391085ca799fb71f18e1bf5e64ac392f46ec9452098ac6ae4d3121d2de37894"
|
content-hash = "e6ed482674ca28ed2d81bd1a7e8460b7960097b6f829687810f71833474ed840"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiofiles = [
|
aiofiles = [
|
||||||
@ -927,8 +927,8 @@ disnake = [
|
|||||||
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
|
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
|
||||||
]
|
]
|
||||||
djlint = [
|
djlint = [
|
||||||
{file = "djlint-1.14.2-py3-none-any.whl", hash = "sha256:638a8fd9c87f67129d48391d9ccfeebc5d270db4a66f7bcd05cd253dc1a2bb89"},
|
{file = "djlint-1.15.0-py3-none-any.whl", hash = "sha256:de184041d0492273ab6654acca262822f35da2f98c7e360f829c1f5486b8a27d"},
|
||||||
{file = "djlint-1.14.2.tar.gz", hash = "sha256:7f85e34a35acbb5a0b5464f8616f622cc48b418ca94e69154125825d0ca08c76"},
|
{file = "djlint-1.15.0.tar.gz", hash = "sha256:510292359b239b4f915dce35665db9169033d8ee923b89d7667baa95d5f4dbbd"},
|
||||||
]
|
]
|
||||||
EditorConfig = [
|
EditorConfig = [
|
||||||
{file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"},
|
{file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"},
|
||||||
|
@ -23,7 +23,7 @@ uvicorn = "0.18.3"
|
|||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = "22.8.0"
|
black = "22.8.0"
|
||||||
djlint = "1.14.2"
|
djlint = "1.15.0"
|
||||||
flake8 = "5.0.4"
|
flake8 = "5.0.4"
|
||||||
flake8-alphabetize = "0.0.17"
|
flake8-alphabetize = "0.0.17"
|
||||||
flake8-black = "0.3.3"
|
flake8-black = "0.3.3"
|
||||||
|
Loading…
Reference in New Issue
Block a user