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

Reviewed-on: #11
This commit is contained in:
Michel Roux 2022-06-20 21:50:41 +00:00
commit 06e9b410e6
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.1.1" version = "1.2.0"
description = "HTML Template Linter and Formatter" description = "HTML Template Linter and Formatter"
category = "dev" category = "dev"
optional = false optional = false
@ -709,7 +709,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 = "cdbef8ffb07b1f54f89da28e67d3adfdd8580fda1d5c2c52a108066b02636e0e" content-hash = "a4cbc01cabed141ed6c40fcfc4b7ab26cf25c011f34f4a55482e0f9cb5f9803d"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -855,8 +855,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.1.1-py3-none-any.whl", hash = "sha256:c2e6da441d03c00853b6a5a655d2e16a3d91d6d9ec10c52ed1682b95436dc4ad"}, {file = "djlint-1.2.0-py3-none-any.whl", hash = "sha256:08d52c58afb0d7d843e3e11ebfbc28608e18cb5eda5e0b98bbcda001213c4538"},
{file = "djlint-1.1.1.tar.gz", hash = "sha256:ccac579ac474e6ec99ea677b1a993ac954a1ad6437496bdf9172623f3aea8119"}, {file = "djlint-1.2.0.tar.gz", hash = "sha256:af83952e72c624415ec71238c2e018f60f3de5610909d35a3bf212c8a8fefd7d"},
] ]
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

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