From e154ec9903afa306e22ad931fc4a65cc0a423e0c Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 17 Sep 2022 00:28:49 +0000 Subject: [PATCH] Update dependency djlint to v1.15.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8d40c77..3b5912f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.14.2" +version = "1.15.0" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -781,7 +781,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "3391085ca799fb71f18e1bf5e64ac392f46ec9452098ac6ae4d3121d2de37894" +content-hash = "e6ed482674ca28ed2d81bd1a7e8460b7960097b6f829687810f71833474ed840" [metadata.files] aiofiles = [ @@ -927,8 +927,8 @@ disnake = [ {file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"}, ] djlint = [ - {file = "djlint-1.14.2-py3-none-any.whl", hash = "sha256:638a8fd9c87f67129d48391d9ccfeebc5d270db4a66f7bcd05cd253dc1a2bb89"}, - {file = "djlint-1.14.2.tar.gz", hash = "sha256:7f85e34a35acbb5a0b5464f8616f622cc48b418ca94e69154125825d0ca08c76"}, + {file = "djlint-1.15.0-py3-none-any.whl", hash = "sha256:de184041d0492273ab6654acca262822f35da2f98c7e360f829c1f5486b8a27d"}, + {file = "djlint-1.15.0.tar.gz", hash = "sha256:510292359b239b4f915dce35665db9169033d8ee923b89d7667baa95d5f4dbbd"}, ] EditorConfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 4ed693f..2b8663d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ uvicorn = "0.18.3" [tool.poetry.dev-dependencies] black = "22.8.0" -djlint = "1.14.2" +djlint = "1.15.0" flake8 = "5.0.4" flake8-alphabetize = "0.0.17" flake8-black = "0.3.3"