From 2c132cb15d3c277db40f8ebc2f45f35b3d99b0a1 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Fri, 16 Sep 2022 00:28:04 +0000 Subject: [PATCH] Update dependency djlint to v1.14.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index e9fa0c9..8d40c77 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,7 +159,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.14.1" +version = "1.14.2" 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 = "40be0e13942583be87bcff990859c7a2ec1f13c47b6596b13e21a880d6bd66b3" +content-hash = "3391085ca799fb71f18e1bf5e64ac392f46ec9452098ac6ae4d3121d2de37894" [metadata.files] aiofiles = [ @@ -927,8 +927,8 @@ disnake = [ {file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"}, ] djlint = [ - {file = "djlint-1.14.1-py3-none-any.whl", hash = "sha256:c737453a19a120359c22c537004bf8fcba5c933a6f87c9b2e1167f316a9d59d4"}, - {file = "djlint-1.14.1.tar.gz", hash = "sha256:d69fa9ba767da86b81840bbf7447122018d4a198c9e663901f234d415e907ac6"}, + {file = "djlint-1.14.2-py3-none-any.whl", hash = "sha256:638a8fd9c87f67129d48391d9ccfeebc5d270db4a66f7bcd05cd253dc1a2bb89"}, + {file = "djlint-1.14.2.tar.gz", hash = "sha256:7f85e34a35acbb5a0b5464f8616f622cc48b418ca94e69154125825d0ca08c76"}, ] EditorConfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 8dfa9ea..4ed693f 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.1" +djlint = "1.14.2" flake8 = "5.0.4" flake8-alphabetize = "0.0.17" flake8-black = "0.3.3"