Merge pull request 'Update dependency djlint to v1.19.2' (#71) from renovate/djlint-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #71
This commit is contained in:
commit
e2beda32e5
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.19.1"
|
version = "1.19.2"
|
||||||
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 = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "0ff06c4924a16353dbd1f0729db4543bb5d11bfef12455e6560977c5f63e43f1"
|
content-hash = "7fb616a06923b843de9aad8e055cadcf9555d547cf4f54562213a896ae957319"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiofiles = [
|
aiofiles = [
|
||||||
@ -940,8 +940,8 @@ disnake = [
|
|||||||
{file = "disnake-2.6.1.tar.gz", hash = "sha256:51a1e8c6441fe80c6d62c8880718b2d2ab6834ffc5a5a20bfb0e063a3b60c338"},
|
{file = "disnake-2.6.1.tar.gz", hash = "sha256:51a1e8c6441fe80c6d62c8880718b2d2ab6834ffc5a5a20bfb0e063a3b60c338"},
|
||||||
]
|
]
|
||||||
djlint = [
|
djlint = [
|
||||||
{file = "djlint-1.19.1-py3-none-any.whl", hash = "sha256:baef9d7538c84c7d559279ee54c3dc79d39e8dd225f4e873ebae7a22ea8aed24"},
|
{file = "djlint-1.19.2-py3-none-any.whl", hash = "sha256:2bc246654c4f24c7acc5bca1a00192ba898565b66308c1435778c2306bffeca4"},
|
||||||
{file = "djlint-1.19.1.tar.gz", hash = "sha256:9eba47aad5c187908ad36053ba82a41d352dd48ffe024814090059c3d8986741"},
|
{file = "djlint-1.19.2.tar.gz", hash = "sha256:2cf4fd16365a9998c21ee35446cbf46160353babd6fcc0bd0aff893d9abcbe77"},
|
||||||
]
|
]
|
||||||
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.19.0"
|
|||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
black = "22.10.0"
|
black = "22.10.0"
|
||||||
djlint = "1.19.1"
|
djlint = "1.19.2"
|
||||||
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