diff options
author | silverwind <me@silverwind.io> | 2024-11-12 22:03:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 21:03:22 +0000 |
commit | 5bed7b9ec0d8df068ce7ff055590c1237dce5537 (patch) | |
tree | afc5bb3db2db27345aa500b3a18d2908492ebb06 /pyproject.toml | |
parent | cad313e64f01146b34b66ed6aa1344d9002dfe6c (diff) | |
download | gitea-5bed7b9ec0d8df068ce7ff055590c1237dce5537.tar.gz gitea-5bed7b9ec0d8df068ce7ff055590c1237dce5537.zip |
Update JS and PY dependencies (#32482)
Result of `make update-js update-py`.
Fixes: https://github.com/go-gitea/gitea/security/dependabot/80
Fixes: https://github.com/go-gitea/gitea/security/dependabot/81
Tested build and swagger ui.
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 e08989110b..662f93da1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ package-mode = false python = "^3.10" [tool.poetry.group.dev.dependencies] -djlint = "1.35.3" +djlint = "1.36.1" yamllint = "1.35.1" [tool.djlint] |