Merge pull request 'Update dependency djlint to v1.4.0' (#17) from renovate/djlint-1.x into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #17
This commit is contained in:
Michel Roux 2022-07-06 07:49:28 +00:00
commit eb409af7b0
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -157,7 +157,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
[[package]]
name = "djlint"
version = "1.3.0"
version = "1.4.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 = "35fd30a37105c35fba7a2a999f8bb620eb0a0b574fe70b8816d8ccd39fd1d4e8"
content-hash = "63ed1a0bd1d40c76b8f8382069670f85935d67462a28555e966b4ea5cd6c85be"
[metadata.files]
aiofiles = [
@ -856,8 +856,8 @@ disnake = [
{file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"},
]
djlint = [
{file = "djlint-1.3.0-py3-none-any.whl", hash = "sha256:0c986bf542cdac3025d431a5b15e6c3977f652f2e76e408dbb5e7aaab6b73d99"},
{file = "djlint-1.3.0.tar.gz", hash = "sha256:b2d8e6c0a14f88da165296f0da05795d15299b7ab0a9093d670ce9ffd867bc79"},
{file = "djlint-1.4.0-py3-none-any.whl", hash = "sha256:935e39760a3452547175d814dfa1424367f52ed15f9473b78c61cbee3c2ab654"},
{file = "djlint-1.4.0.tar.gz", hash = "sha256:679746a645ff1e55d0331fd55e1e4690996cc3b4a65c832c6c835cbda61f3847"},
]
flake8 = [
{file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"},

View File

@ -21,7 +21,7 @@ isort = "5.10.1"
mypy = "0.961"
flake8-black = "0.3.3"
flake8-isort = "4.1.1"
djlint = "1.3.0"
djlint = "1.4.0"
[build-system]
requires = ["poetry-core>=1.0.0"]