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

Reviewed-on: #96
This commit is contained in:
Michel Roux 2022-12-28 08:44:09 +00:00
commit 0e961faaa0
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -311,14 +311,14 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
[[package]]
name = "djlint"
version = "1.19.9"
version = "1.19.10"
description = "HTML Template Linter and Formatter"
category = "dev"
optional = false
python-versions = ">=3.7.2,<4.0.0"
files = [
{file = "djlint-1.19.9-py3-none-any.whl", hash = "sha256:154a5bdc811484c39ce2e772ae9c709752f01de12fd4dfffd6b1302fc29d2b63"},
{file = "djlint-1.19.9.tar.gz", hash = "sha256:91178c070c3ac2d2e9a5438181bcdcf52d45630b771eead861bc10142edd9c98"},
{file = "djlint-1.19.10-py3-none-any.whl", hash = "sha256:6ab1883bcb5941b9d32180acdbe02d9b445d467efa8567483dc04d874c9dc441"},
{file = "djlint-1.19.10.tar.gz", hash = "sha256:bc9a7d0dd63af5a29f58a4c5fab232e9f30aed12b860a90728ac5828963299f0"},
]
[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 = "e81e96ebf88ea40907d4aa9f48cd55a34f87a9cbf056a4b54b00418b26323ce7"
content-hash = "43be7647b57b167dfd696c713b99d4f02f8d2bf8928be056c3fb788011026a49"

View File

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