Merge pull request 'Update dependency djlint to v1.11.0' (#35) from renovate/djlint-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #35
This commit is contained in:
commit
ba21faec47
10
poetry.lock
generated
10
poetry.lock
generated
@ -170,7 +170,7 @@ voice = ["PyNaCl (>=1.3.0,<1.5)"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "djlint"
|
name = "djlint"
|
||||||
version = "1.10.0"
|
version = "1.11.0"
|
||||||
description = "HTML Template Linter and Formatter"
|
description = "HTML Template Linter and Formatter"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@ -563,8 +563,8 @@ markupsafe = "*"
|
|||||||
werkzeug = ">=2.2.0"
|
werkzeug = ">=2.2.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
docs = ["pydata-sphinx-theme"]
|
|
||||||
dotenv = ["python-dotenv"]
|
dotenv = ["python-dotenv"]
|
||||||
|
docs = ["pydata-sphinx-theme"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "regex"
|
name = "regex"
|
||||||
@ -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 = "643b03f7395758476664ec4f7ac1f7e7e1986a71fedb2f9b5ef58a582e89e590"
|
content-hash = "7f531ec22535709c4fee7924d838bf20fcfcc3b4906cea76ab13a9b75e48fedd"
|
||||||
|
|
||||||
[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.10.0-py3-none-any.whl", hash = "sha256:58a805c064d3a1df2e30f68258fe38e3ee6e8fb8c11c3b1fa90e1161a9b94bf8"},
|
{file = "djlint-1.11.0-py3-none-any.whl", hash = "sha256:69945e5e2c10073b8f6842f2a3062434ee9d68b635239832660f0e42217d9f18"},
|
||||||
{file = "djlint-1.10.0.tar.gz", hash = "sha256:e1de5430f70b24adb1d0e5799fc42e4aa52cf4ce416c0213d4520c1142518083"},
|
{file = "djlint-1.11.0.tar.gz", hash = "sha256:ccd92d6825d8134cd24e16b047ea41df43f21aeb456f9b7912c6496585329761"},
|
||||||
]
|
]
|
||||||
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"},
|
||||||
|
@ -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.10.0"
|
djlint = "1.11.0"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
Loading…
Reference in New Issue
Block a user