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.36.0 (forgejo) (#7208)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7208
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
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
Michael Kriese
d53dfcbc 380e2879

+6 -6
+5 -5
poetry.lock
··· 404 404 405 405 [[package]] 406 406 name = "yamllint" 407 - version = "1.35.1" 407 + version = "1.36.0" 408 408 description = "A linter for YAML files." 409 409 optional = false 410 - python-versions = ">=3.8" 410 + python-versions = ">=3.9" 411 411 files = [ 412 - {file = "yamllint-1.35.1-py3-none-any.whl", hash = "sha256:2e16e504bb129ff515b37823b472750b36b6de07963bd74b307341ef5ad8bdc3"}, 413 - {file = "yamllint-1.35.1.tar.gz", hash = "sha256:7a003809f88324fd2c877734f2d575ee7881dd9043360657cc8049c809eba6cd"}, 412 + {file = "yamllint-1.36.0-py3-none-any.whl", hash = "sha256:22ab6a7db9d5f0954bd7a50ef70a41c1465c61f955893070b0767c0ec6693b7b"}, 413 + {file = "yamllint-1.36.0.tar.gz", hash = "sha256:3835a65994858679ea06fd998dd968c3f71935cd93742990405999d888e21130"}, 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 = "f0f2f5f83d2277f5c289c62b96a2526fc89a7d54a88ac5fd044a022486c1cbb7" 426 + content-hash = "c8ff4ba89b1588b4222e79f9832b3596b5c5d5a2fce8c5659b90bd31bd0f61b0"
+1 -1
pyproject.toml
··· 6 6 7 7 [tool.poetry.group.dev.dependencies] 8 8 djlint = "1.36.4" 9 - yamllint = "1.35.1" 9 + yamllint = "1.36.0" 10 10 codespell = "2.4.1" 11 11 12 12 [tool.djlint]