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:
parent
4693bdbda0
commit
b8ad558c93
2 changed files with 108 additions and 98 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue