mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-22 05:36:16 +00:00
Merge pull request 'Update dependency djlint to v1.35.3 (forgejo)' (#5750) from renovate/forgejo-djlint-1.x into forgejo
This commit is contained in:
commit
f2b4d90aee
16
poetry.lock
generated
16
poetry.lock
generated
|
@ -59,13 +59,13 @@ six = ">=1.13.0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "djlint"
|
name = "djlint"
|
||||||
version = "1.35.2"
|
version = "1.35.3"
|
||||||
description = "HTML Template Linter and Formatter"
|
description = "HTML Template Linter and Formatter"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "<4.0,>=3.8"
|
python-versions = ">=3.9"
|
||||||
files = [
|
files = [
|
||||||
{file = "djlint-1.35.2-py3-none-any.whl", hash = "sha256:4ba995bad378f2afa77c8ea56ba1c14429d9ff26a18e8ae23bc71eedb9152243"},
|
{file = "djlint-1.35.3-py3-none-any.whl", hash = "sha256:bf2f23798909f9c5a110925c369538383de0141f9a2be37ee0d26422d41b7543"},
|
||||||
{file = "djlint-1.35.2.tar.gz", hash = "sha256:318de9d4b9b0061a111f8f5164ecbacd8215f449dd4bd5a76d2a691c815ee103"},
|
{file = "djlint-1.35.3.tar.gz", hash = "sha256:780ea3e25662fca89033fa96ecf656099954d6f81dce039eac90f4bba3cbe850"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -73,11 +73,11 @@ click = ">=8.0.1"
|
||||||
colorama = ">=0.4.4"
|
colorama = ">=0.4.4"
|
||||||
cssbeautifier = ">=1.14.4"
|
cssbeautifier = ">=1.14.4"
|
||||||
html-tag-names = ">=0.1.2"
|
html-tag-names = ">=0.1.2"
|
||||||
html-void-elements = ">=0.1.0"
|
html-void-elements = ">=0.1"
|
||||||
jsbeautifier = ">=1.14.4"
|
jsbeautifier = ">=1.14.4"
|
||||||
json5 = ">=0.9.11"
|
json5 = ">=0.9.11"
|
||||||
pathspec = ">=0.12.0"
|
pathspec = ">=0.12"
|
||||||
PyYAML = ">=6.0"
|
pyyaml = ">=6"
|
||||||
regex = ">=2023"
|
regex = ">=2023"
|
||||||
tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
|
tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
|
||||||
tqdm = ">=4.62.2"
|
tqdm = ">=4.62.2"
|
||||||
|
@ -378,4 +378,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "1df1e16b71e0e52111ae167644c1c2a3a28b84c87b43a2313ab865f6586037cc"
|
content-hash = "764002896ba29fdb07f7df74babbc947b1117991ae8d277cb8ac3accfb6af335"
|
||||||
|
|
|
@ -5,7 +5,7 @@ package-mode = false
|
||||||
python = "^3.10"
|
python = "^3.10"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
djlint = "1.35.2"
|
djlint = "1.35.3"
|
||||||
yamllint = "1.35.1"
|
yamllint = "1.35.1"
|
||||||
codespell = "^2.2.6"
|
codespell = "^2.2.6"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue