From eadfbca8585a93d093081293ef334f5cbcae6c54 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 18 Jun 2022 00:36:30 +0000 Subject: [PATCH] Update dependency djlint to v1.2.0 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index f79b980..3cf2c01 100644 --- a/poetry.lock +++ b/poetry.lock @@ -157,7 +157,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"] [[package]] name = "djlint" -version = "1.1.1" +version = "1.2.0" description = "HTML Template Linter and Formatter" category = "dev" optional = false @@ -709,7 +709,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "cdbef8ffb07b1f54f89da28e67d3adfdd8580fda1d5c2c52a108066b02636e0e" +content-hash = "a4cbc01cabed141ed6c40fcfc4b7ab26cf25c011f34f4a55482e0f9cb5f9803d" [metadata.files] aiofiles = [ @@ -855,8 +855,8 @@ disnake = [ {file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"}, ] djlint = [ - {file = "djlint-1.1.1-py3-none-any.whl", hash = "sha256:c2e6da441d03c00853b6a5a655d2e16a3d91d6d9ec10c52ed1682b95436dc4ad"}, - {file = "djlint-1.1.1.tar.gz", hash = "sha256:ccac579ac474e6ec99ea677b1a993ac954a1ad6437496bdf9172623f3aea8119"}, + {file = "djlint-1.2.0-py3-none-any.whl", hash = "sha256:08d52c58afb0d7d843e3e11ebfbc28608e18cb5eda5e0b98bbcda001213c4538"}, + {file = "djlint-1.2.0.tar.gz", hash = "sha256:af83952e72c624415ec71238c2e018f60f3de5610909d35a3bf212c8a8fefd7d"}, ] flake8 = [ {file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"}, diff --git a/pyproject.toml b/pyproject.toml index a0d8af7..ec4a8a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ isort = "5.10.1" mypy = "0.961" flake8-black = "0.3.3" flake8-isort = "4.1.1" -djlint = "1.1.1" +djlint = "1.2.0" [build-system] requires = ["poetry-core>=1.0.0"]