summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenovate Bot <forgejo-renovate-action@forgejo.org>2024-08-30 04:04:02 +0200
committerRenovate Bot <forgejo-renovate-action@forgejo.org>2024-08-30 04:04:02 +0200
commitf4f5efdea88b7faf37b118d4f61af15d4f459e9b (patch)
treeb2fbce9234251574ddc40a7d6c6acc30d10c52c2
parentMerge pull request 'fix: WIP toggle by reducing max issue title' (#5143) from... (diff)
downloadforgejo-f4f5efdea88b7faf37b118d4f61af15d4f459e9b.tar.xz
forgejo-f4f5efdea88b7faf37b118d4f61af15d4f459e9b.zip
Update dependency djlint to v1.35.2
-rw-r--r--poetry.lock34
-rw-r--r--pyproject.toml2
2 files changed, 18 insertions, 18 deletions
diff --git a/poetry.lock b/poetry.lock
index 6b8fa81eab..a486f961ea 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -59,28 +59,28 @@ six = ">=1.13.0"
[[package]]
name = "djlint"
-version = "1.34.2"
+version = "1.35.2"
description = "HTML Template Linter and Formatter"
optional = false
-python-versions = "<4.0.0,>=3.8.0"
+python-versions = "<4.0,>=3.8"
files = [
- {file = "djlint-1.34.2-py3-none-any.whl", hash = "sha256:4825389e395eb77371857c77f547fa5ebd1a644b1bc4fe9fed19d49a2786b9e5"},
- {file = "djlint-1.34.2.tar.gz", hash = "sha256:db9b2e59203a452b83532499bc243c749279090b905cc1f657973f78e7a31ddd"},
+ {file = "djlint-1.35.2-py3-none-any.whl", hash = "sha256:4ba995bad378f2afa77c8ea56ba1c14429d9ff26a18e8ae23bc71eedb9152243"},
+ {file = "djlint-1.35.2.tar.gz", hash = "sha256:318de9d4b9b0061a111f8f5164ecbacd8215f449dd4bd5a76d2a691c815ee103"},
]
[package.dependencies]
-click = ">=8.0.1,<9.0.0"
-colorama = ">=0.4.4,<0.5.0"
-cssbeautifier = ">=1.14.4,<2.0.0"
-html-tag-names = ">=0.1.2,<0.2.0"
-html-void-elements = ">=0.1.0,<0.2.0"
-jsbeautifier = ">=1.14.4,<2.0.0"
-json5 = ">=0.9.11,<0.10.0"
-pathspec = ">=0.12.0,<0.13.0"
-PyYAML = ">=6.0,<7.0"
-regex = ">=2023.0.0,<2024.0.0"
-tomli = {version = ">=2.0.1,<3.0.0", markers = "python_version < \"3.11\""}
-tqdm = ">=4.62.2,<5.0.0"
+click = ">=8.0.1"
+colorama = ">=0.4.4"
+cssbeautifier = ">=1.14.4"
+html-tag-names = ">=0.1.2"
+html-void-elements = ">=0.1.0"
+jsbeautifier = ">=1.14.4"
+json5 = ">=0.9.11"
+pathspec = ">=0.12.0"
+PyYAML = ">=6.0"
+regex = ">=2023"
+tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""}
+tqdm = ">=4.62.2"
[[package]]
name = "editorconfig"
@@ -377,4 +377,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
-content-hash = "8a9d5f6ab45ee8bf75b8472ea467c4111c43ed4c6678f4b42426327ef5e492e3"
+content-hash = "1df1e16b71e0e52111ae167644c1c2a3a28b84c87b43a2313ab865f6586037cc"
diff --git a/pyproject.toml b/pyproject.toml
index 1af2eb4a35..b8163c8b7a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ package-mode = false
python = "^3.10"
[tool.poetry.group.dev.dependencies]
-djlint = "1.34.2"
+djlint = "1.35.2"
yamllint = "1.35.1"
codespell = "^2.2.6"