Add make poetry-update
, upgrade djlint
(#25399)
[updates](https://github.com/silverwind/updates) now supports poetry as well so we can use it for a new `make poetry-update` to update all poetry dependencies.
This commit is contained in:
parent
ddf96f68cc
commit
02ef14bea2
5 changed files with 18 additions and 11 deletions
|
@ -8,7 +8,7 @@ authors = []
|
|||
python = "^3.8"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
djlint = "1.31.0"
|
||||
djlint = "1.31.1"
|
||||
|
||||
[tool.djlint]
|
||||
profile="golang"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue