From 211580afbf087df5597154bff3330e9f0015a9ef Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 22 Oct 2022 00:10:31 +0000 Subject: [PATCH] Update dependency djlint to v1.19.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 50d07bd..90ee1c6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.19.1" +version = "1.19.2" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -781,7 +781,7 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "0ff06c4924a16353dbd1f0729db4543bb5d11bfef12455e6560977c5f63e43f1" +content-hash = "7fb616a06923b843de9aad8e055cadcf9555d547cf4f54562213a896ae957319" [metadata.files] aiofiles = [ @@ -940,8 +940,8 @@ disnake = [ {file = "disnake-2.6.1.tar.gz", hash = "sha256:51a1e8c6441fe80c6d62c8880718b2d2ab6834ffc5a5a20bfb0e063a3b60c338"}, ] djlint = [ - {file = "djlint-1.19.1-py3-none-any.whl", hash = "sha256:baef9d7538c84c7d559279ee54c3dc79d39e8dd225f4e873ebae7a22ea8aed24"}, - {file = "djlint-1.19.1.tar.gz", hash = "sha256:9eba47aad5c187908ad36053ba82a41d352dd48ffe024814090059c3d8986741"}, + {file = "djlint-1.19.2-py3-none-any.whl", hash = "sha256:2bc246654c4f24c7acc5bca1a00192ba898565b66308c1435778c2306bffeca4"}, + {file = "djlint-1.19.2.tar.gz", hash = "sha256:2cf4fd16365a9998c21ee35446cbf46160353babd6fcc0bd0aff893d9abcbe77"}, ] EditorConfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 357c054..96579da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ uvicorn = "0.19.0" [tool.poetry.dev-dependencies] black = "22.10.0" -djlint = "1.19.1" +djlint = "1.19.2" flake8 = "5.0.4" flake8-alphabetize = "0.0.17" flake8-black = "0.3.3"