Update dependency djlint to v1.7.2
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Michel Roux 2022-07-26 00:34:06 +00:00
parent dca9ca07d8
commit ff7d753dc7
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]] [[package]]
name = "djlint" name = "djlint"
version = "1.7.1" version = "1.7.2"
description = "HTML Template Linter and Formatter" description = "HTML Template Linter and Formatter"
category = "dev" category = "dev"
optional = false optional = false
@ -714,7 +714,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "d1844ec2650471d31b95dc8004fbc73d8cec5fe5b5065ce66eafe4e595bc65c8" content-hash = "0f208e1ecede3fe283a6418599244916fc179ffd8f7052771a471ee437300ef0"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -860,8 +860,8 @@ disnake = [
{file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"}, {file = "disnake-2.5.1.tar.gz", hash = "sha256:3890a6df75db4db8d4a81f0cbcb0051acf3ccbf88dabca3f76f67243c4e42921"},
] ]
djlint = [ djlint = [
{file = "djlint-1.7.1-py3-none-any.whl", hash = "sha256:9b0dc8df3321e656b3f90b9a32cd12e231a2a30558f8410f54d6a8b4671ef1ef"}, {file = "djlint-1.7.2-py3-none-any.whl", hash = "sha256:01b82c8225a0526a3e6a08135b656fb325023d56b3ca0c0b940424391d9c5617"},
{file = "djlint-1.7.1.tar.gz", hash = "sha256:67fba056dbbe101a55daa22af2c742006eaee56776a3e467922ff5393b7c750e"}, {file = "djlint-1.7.2.tar.gz", hash = "sha256:abcd2b137fa5c5d2defd26ed0b100020450ecf2969548635fd6728e5099172b2"},
] ]
flake8 = [ flake8 = [
{file = "flake8-4.0.1-py2.py3-none-any.whl", hash = "sha256:479b1304f72536a55948cb40a32dce8bb0ffe3501e26eaf292c7e60eb5e0428d"}, {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.971" mypy = "0.971"
flake8-black = "0.3.3" flake8-black = "0.3.3"
flake8-isort = "4.1.1" flake8-isort = "4.1.1"
djlint = "1.7.1" djlint = "1.7.2"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]