From 745eb229a24d1cc634dbf07352c6d4fcb82d3e7b Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Tue, 16 Aug 2022 18:14:28 +0000 Subject: [PATCH] Update djlint --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 674da5d..0155a5c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -170,7 +170,7 @@ discord = ["discord-disnake"] [[package]] name = "djlint" -version = "1.9.4" +version = "1.9.5" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -732,7 +732,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "f87987b8ed89e63c108115ab9b227a53531a8a92bf3bb7e1ab0312e3ee96acdd" +content-hash = "fc99d8e790e335c2fb32f4fc6c74cfae23ed6960cbda3a2b233bbb31e28f589d" [metadata.files] aiofiles = [ @@ -882,8 +882,8 @@ disnake = [ {file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"}, ] djlint = [ - {file = "djlint-1.9.4-py3-none-any.whl", hash = "sha256:35070a7a2a12eeaeeb8c1a88973bebc4bb2a48f74a2b88479fca30f031a0a478"}, - {file = "djlint-1.9.4.tar.gz", hash = "sha256:f88e50541439bbe15bcfff3577f15b45e4d4699942af25a88ecbe83839ccecfc"}, + {file = "djlint-1.9.5-py3-none-any.whl", hash = "sha256:0cc490433d8e3f8178b1e1ff20e9aa39225f3b79926d46a69676d99ab41d37f4"}, + {file = "djlint-1.9.5.tar.gz", hash = "sha256:ecd8a07e92fc480a0461f4945ef84e2adf71061c17ecbd2d2d53dea488c72371"}, ] editorconfig = [ {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, diff --git a/pyproject.toml b/pyproject.toml index 58a6ae4..a73f7f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ isort = "5.10.1" mypy = "0.971" flake8-black = "0.3.3" flake8-isort = "4.2.0" -djlint = "1.9.4" +djlint = "1.9.5" [build-system] requires = ["poetry-core>=1.0.0"]