diff options
author | silverwind <me@silverwind.io> | 2023-06-26 23:14:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 21:14:00 +0000 |
commit | 02ef14bea23bf72b4c3989280bcbe63ff8397c99 (patch) | |
tree | 8a69a7481e7d6dd4c5b520cb2dcd54999ac83ff9 /pyproject.toml | |
parent | ddf96f68cc99ad8002a92660372f38b654eb6221 (diff) | |
download | gitea-02ef14bea23bf72b4c3989280bcbe63ff8397c99.tar.gz gitea-02ef14bea23bf72b4c3989280bcbe63ff8397c99.zip |
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.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index ce5f475b27..7a30f59140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" |