Update dependency djlint to v1.10.0 #34

Merged
Xefir merged 1 commits from renovate/djlint-1.x into master 2022-08-18 06:54:09 +00:00
2 changed files with 8 additions and 8 deletions

14
poetry.lock generated
View File

@ -163,14 +163,14 @@ python-versions = ">=3.8.0"
aiohttp = ">=3.7.0,<3.9.0" aiohttp = ">=3.7.0,<3.9.0"
[package.extras] [package.extras]
voice = ["PyNaCl (>=1.3.0,<1.5)"]
speed = ["cchardet", "brotli", "aiodns (>=1.1)", "orjson (>=3.5.4)"]
docs = ["sphinx-autobuild (==2021.3.14)", "sphinx-hoverxref (>=1.0.0,<1.1.0)", "sphinxcontrib-trio (==1.1.2)", "sphinx (>=4.4.0,<4.5.0)"]
discord = ["discord-disnake"] discord = ["discord-disnake"]
docs = ["sphinx (>=4.4.0,<4.5.0)", "sphinxcontrib-trio (==1.1.2)", "sphinx-hoverxref (>=1.0.0,<1.1.0)", "sphinx-autobuild (==2021.3.14)"]
speed = ["orjson (>=3.5.4)", "aiodns (>=1.1)", "brotli", "cchardet"]
voice = ["PyNaCl (>=1.3.0,<1.5)"]
[[package]] [[package]]
name = "djlint" name = "djlint"
version = "1.9.5" version = "1.10.0"
description = "HTML Template Linter and Formatter" description = "HTML Template Linter and Formatter"
category = "dev" category = "dev"
optional = false optional = false
@ -732,7 +732,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 = "fc99d8e790e335c2fb32f4fc6c74cfae23ed6960cbda3a2b233bbb31e28f589d" content-hash = "643b03f7395758476664ec4f7ac1f7e7e1986a71fedb2f9b5ef58a582e89e590"
[metadata.files] [metadata.files]
aiofiles = [ aiofiles = [
@ -882,8 +882,8 @@ disnake = [
{file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"}, {file = "disnake-2.5.2.tar.gz", hash = "sha256:9fae801275b8ba448de9d9d3cc78b264bd5e1f9225292dad68e7b95eb5e6de68"},
] ]
djlint = [ djlint = [
{file = "djlint-1.9.5-py3-none-any.whl", hash = "sha256:0cc490433d8e3f8178b1e1ff20e9aa39225f3b79926d46a69676d99ab41d37f4"}, {file = "djlint-1.10.0-py3-none-any.whl", hash = "sha256:58a805c064d3a1df2e30f68258fe38e3ee6e8fb8c11c3b1fa90e1161a9b94bf8"},
{file = "djlint-1.9.5.tar.gz", hash = "sha256:ecd8a07e92fc480a0461f4945ef84e2adf71061c17ecbd2d2d53dea488c72371"}, {file = "djlint-1.10.0.tar.gz", hash = "sha256:e1de5430f70b24adb1d0e5799fc42e4aa52cf4ce416c0213d4520c1142518083"},
] ]
editorconfig = [ editorconfig = [
{file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"}, {file = "EditorConfig-0.12.3-py3-none-any.whl", hash = "sha256:6b0851425aa875b08b16789ee0eeadbd4ab59666e9ebe728e526314c4a2e52c1"},

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.2.0" flake8-isort = "4.2.0"
djlint = "1.9.5" djlint = "1.10.0"
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]