diff options
author | silverwind <me@silverwind.io> | 2024-02-11 13:55:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 12:55:11 +0000 |
commit | 4fe37124e9ad5395b734662a7e8ab7b0025c38a3 (patch) | |
tree | 88dad2d127cbcebc036a02deed913d2f5341fdcf /pyproject.toml | |
parent | 12865ae9c6c164af6272b41e65b2cf2ea7a5e4b3 (diff) | |
download | gitea-4fe37124e9ad5395b734662a7e8ab7b0025c38a3.tar.gz gitea-4fe37124e9ad5395b734662a7e8ab7b0025c38a3.zip |
Update JS and PY dependencies (#29127)
- Update all excluding `@mcaptcha/vanilla-glue` and
`eslint-plugin-array-func`
- Remove deprecated and duplicate eslint rule
- Tested Monaco, Mermaid and Swagger
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 d999a1476c..eb6d4b2311 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.8" [tool.poetry.group.dev.dependencies] djlint = "1.34.1" -yamllint = "1.33.0" +yamllint = "1.34.0" [tool.djlint] profile="golang" |