From 71eea3c9290db3aaa18f21ec24ea65a1d87d8cb3 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 25 Jul 2022 09:26:00 +0000 Subject: [PATCH] Update dependency djlint to v1.7.1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c67b91b..1ed494b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -157,7 +157,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.7.0" +version = "1.7.1" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -710,7 +710,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "a86d760bdb11767450a29c4c29b3f03d95b189bd53eedc4c478234fc82e408f4" +content-hash = "925a7b95911a867cde0a20436da89bb016e4cb14434caa6193293a2cb08855dc" [metadata.files] aiofiles = [ @@ -856,8 +856,8 @@ disnake = [ {file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"}, ] djlint = [ - {file = "djlint-1.7.0-py3-none-any.whl", hash = "sha256:0dbbac71c4bbe227fef9d9dd1911e7fcbf2a138b6ed6bf819ac7851718512f28"}, - {file = "djlint-1.7.0.tar.gz", hash = "sha256:c94fe5f1b2148d2f8ce230cc0bbb847734f1d777175ed06a1cc589282f37d4e0"}, + {file = "djlint-1.7.1-py3-none-any.whl", hash = "sha256:9b0dc8df3321e656b3f90b9a32cd12e231a2a30558f8410f54d6a8b4671ef1ef"}, + {file = "djlint-1.7.1.tar.gz", hash = "sha256:67fba056dbbe101a55daa22af2c742006eaee56776a3e467922ff5393b7c750e"}, ] flake8 = [ {file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"}, diff --git a/pyproject.toml b/pyproject.toml index 45415b7..ea0cd80 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.1.1" -djlint = "1.7.0" +djlint = "1.7.1" [build-system] requires = ["poetry-core>=1.0.0"]