1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Lock yamllint and update indirect python deps (#26979)

I forgot to lock `yamllint` to exact version, so did that and
regenerated `poetry.lock` as well.
This commit is contained in:
silverwind
2023-09-08 21:36:40 +02:00
committed by GitHub
parent 4693bdbda0
commit b8ad558c93
2 changed files with 108 additions and 98 deletions

View File

@@ -9,7 +9,7 @@ python = "^3.8"
[tool.poetry.group.dev.dependencies]
djlint = "1.32.1"
yamllint = "^1.32.0"
yamllint = "1.32.0"
[tool.djlint]
profile="golang"