From 1aaf482d714b046f679ac4acf5fe67e3087cf4f0 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 4 Jul 2022 00:24:37 +0000 Subject: [PATCH] Update dependency djlint to v1.3.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4279d4f..634b782 100644 --- a/poetry.lock +++ b/poetry.lock @@ -157,7 +157,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.2.1" +version = "1.3.0" 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 = "761e509f1f19f8ae588b568c27d3adb9d026d226f80f8e5cb0acecf5f7f78f65" +content-hash = "35fd30a37105c35fba7a2a999f8bb620eb0a0b574fe70b8816d8ccd39fd1d4e8" [metadata.files] aiofiles = [ @@ -856,8 +856,8 @@ disnake = [ {file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"}, ] djlint = [ - {file = "djlint-1.2.1-py3-none-any.whl", hash = "sha256:803939fd0f2fa073d697c280911de5dcf9f56cae890f5d37216c0f598b0ed248"}, - {file = "djlint-1.2.1.tar.gz", hash = "sha256:f28ed1b7a88b35361a0ff302148314c8f254cfc968ac0513021903a1898344b5"}, + {file = "djlint-1.3.0-py3-none-any.whl", hash = "sha256:0c986bf542cdac3025d431a5b15e6c3977f652f2e76e408dbb5e7aaab6b73d99"}, + {file = "djlint-1.3.0.tar.gz", hash = "sha256:b2d8e6c0a14f88da165296f0da05795d15299b7ab0a9093d670ce9ffd867bc79"}, ] flake8 = [ {file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"}, diff --git a/pyproject.toml b/pyproject.toml index 93008a2..542ff53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ isort = "5.10.1" mypy = "0.961" flake8-black = "0.3.3" flake8-isort = "4.1.1" -djlint = "1.2.1" +djlint = "1.3.0" [build-system] requires = ["poetry-core>=1.0.0"]