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.

Update dependency yamllint to v1.37.0 (forgejo) (#7383) Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
forgejo-renovate-action
50798d0a aecf60f2

+5 -5
+4 -4
poetry.lock
··· 404 404 405 405 [[package]] 406 406 name = "yamllint" 407 - version = "1.36.2" 407 + version = "1.37.0" 408 408 description = "A linter for YAML files." 409 409 optional = false 410 410 python-versions = ">=3.9" 411 411 files = [ 412 - {file = "yamllint-1.36.2-py3-none-any.whl", hash = "sha256:6ba19800513d86c987ed3cf48c0aba4e82b3624596e1dab55723b3733e11f35c"}, 413 - {file = "yamllint-1.36.2.tar.gz", hash = "sha256:c9ccc818659736e7b13f7e2f9c3c9bb9ac77445be13e789e7d843e92cb8428ef"}, 412 + {file = "yamllint-1.37.0-py3-none-any.whl", hash = "sha256:c03ab4e79ab4af964c8eb16ac9746880fc76a3bb0ffb14925b9a55220ae7dda0"}, 413 + {file = "yamllint-1.37.0.tar.gz", hash = "sha256:ead81921d4d87216b2528b7a055664708f9fb8267beb0c427cb706ac6ab93580"}, 414 414 ] 415 415 416 416 [package.dependencies] ··· 423 423 [metadata] 424 424 lock-version = "2.0" 425 425 python-versions = "^3.10" 426 - content-hash = "6e4e2a74db7e165f0aa8cae9bb8932cbe1e84ea9bef64db42371e6d620d77c93" 426 + content-hash = "e1f441dfab1cb658912d98d3ee43b55111e6fc12e04f0388a2aa9fc01a6f583b"
+1 -1
pyproject.toml
··· 6 6 7 7 [tool.poetry.group.dev.dependencies] 8 8 djlint = "1.36.4" 9 - yamllint = "1.36.2" 9 + yamllint = "1.37.0" 10 10 codespell = "2.4.1" 11 11 12 12 [tool.djlint]