loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request 'Update dependency djlint to v1.35.3 (forgejo)' (#5750) from renovate/forgejo-djlint-1.x into forgejo

+9 -9
+8 -8
poetry.lock
··· 59 59 60 60 [[package]] 61 61 name = "djlint" 62 - version = "1.35.2" 62 + version = "1.35.3" 63 63 description = "HTML Template Linter and Formatter" 64 64 optional = false 65 - python-versions = "<4.0,>=3.8" 65 + python-versions = ">=3.9" 66 66 files = [ 67 - {file = "djlint-1.35.2-py3-none-any.whl", hash = "sha256:4ba995bad378f2afa77c8ea56ba1c14429d9ff26a18e8ae23bc71eedb9152243"}, 68 - {file = "djlint-1.35.2.tar.gz", hash = "sha256:318de9d4b9b0061a111f8f5164ecbacd8215f449dd4bd5a76d2a691c815ee103"}, 67 + {file = "djlint-1.35.3-py3-none-any.whl", hash = "sha256:bf2f23798909f9c5a110925c369538383de0141f9a2be37ee0d26422d41b7543"}, 68 + {file = "djlint-1.35.3.tar.gz", hash = "sha256:780ea3e25662fca89033fa96ecf656099954d6f81dce039eac90f4bba3cbe850"}, 69 69 ] 70 70 71 71 [package.dependencies] ··· 73 73 colorama = ">=0.4.4" 74 74 cssbeautifier = ">=1.14.4" 75 75 html-tag-names = ">=0.1.2" 76 - html-void-elements = ">=0.1.0" 76 + html-void-elements = ">=0.1" 77 77 jsbeautifier = ">=1.14.4" 78 78 json5 = ">=0.9.11" 79 - pathspec = ">=0.12.0" 80 - PyYAML = ">=6.0" 79 + pathspec = ">=0.12" 80 + pyyaml = ">=6" 81 81 regex = ">=2023" 82 82 tomli = {version = ">=2.0.1", markers = "python_version < \"3.11\""} 83 83 tqdm = ">=4.62.2" ··· 378 378 [metadata] 379 379 lock-version = "2.0" 380 380 python-versions = "^3.10" 381 - content-hash = "1df1e16b71e0e52111ae167644c1c2a3a28b84c87b43a2313ab865f6586037cc" 381 + content-hash = "764002896ba29fdb07f7df74babbc947b1117991ae8d277cb8ac3accfb6af335"
+1 -1
pyproject.toml
··· 5 5 python = "^3.10" 6 6 7 7 [tool.poetry.group.dev.dependencies] 8 - djlint = "1.35.2" 8 + djlint = "1.35.3" 9 9 yamllint = "1.35.1" 10 10 codespell = "^2.2.6" 11 11