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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"