From ae00ebf0ae302134d63dbbe7adb028e2051bdfa8 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 26 Oct 2022 00:14:26 +0000 Subject: [PATCH] Update dependency djlint to v1.19.3 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bdc485c..267ce64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.19.2" +version = "1.19.3" 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 = "fb7f18c5aef05139474c7d8272688179bae9b7645efb833e141184e20b88a505" +content-hash = "ac6ba962d8f4f04ce92ffbc35bbbd33f14fd4b2a50fc2ccdc17578d6099f7c09" [metadata.files] aiofiles = [ @@ -940,8 +940,8 @@ disnake = [ {file = "disnake-2.6.1.tar.gz", hash = "sha256:51a1e8c6441fe80c6d62c8880718b2d2ab6834ffc5a5a20bfb0e063a3b60c338"}, ] djlint = [ - {file = "djlint-1.19.2-py3-none-any.whl", hash = "sha256:2bc246654c4f24c7acc5bca1a00192ba898565b66308c1435778c2306bffeca4"}, - {file = "djlint-1.19.2.tar.gz", hash = "sha256:2cf4fd16365a9998c21ee35446cbf46160353babd6fcc0bd0aff893d9abcbe77"}, + {file = "djlint-1.19.3-py3-none-any.whl", hash = "sha256:86f0626c2186fd84a1236ec295b4ba0896b53221467733e72a4443d0f9c6ffce"}, + {file = "djlint-1.19.3.tar.gz", hash = "sha256:806d9fe477042ad8cd84b6714119a3243b0a5eec0d069e623571195b74cbca96"}, ] EditorConfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 1ad1f10..c4e7c09 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.2" +djlint = "1.19.3" flake8 = "5.0.4" flake8-alphabetize = "0.0.17" flake8-black = "0.3.3"