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

Reviewed-on: #93
This commit is contained in:
Michel Roux 2022-12-17 00:52:03 +00:00
commit 3b05b2ef95
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.8"
version = "1.19.9"
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
python-versions = ">=3.7.2,<4.0.0"
files = [
{file = "djlint-1.19.8-py3-none-any.whl", hash = "sha256:f572abe654fcc2e44f7fbb4657260d749199d30a9c8cc9f42802a3030b55c559"},
{file = "djlint-1.19.8.tar.gz", hash = "sha256:ce2be7d72e765bed4e64686392e1e3ce60cb4b5f7f11ab0bb5d7dab0b9975872"},
{file = "djlint-1.19.9-py3-none-any.whl", hash = "sha256:154a5bdc811484c39ce2e772ae9c709752f01de12fd4dfffd6b1302fc29d2b63"},
{file = "djlint-1.19.9.tar.gz", hash = "sha256:91178c070c3ac2d2e9a5438181bcdcf52d45630b771eead861bc10142edd9c98"},
]
[package.dependencies]
@ -1533,4 +1533,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata]
lock-version = "2.0"
python-versions = "^3.8.1"
content-hash = "58b00f7a3da0d0023eed8625ae0cced57d5b91f532bb26a5c5ba36aae5bf284b"
content-hash = "5f9ffe0c3973f208ba595fc75d626c690d5920fc21e893b1f0b1fc1ae8b82fa1"

View File

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