summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-11-20 01:02:57 +0100
committerGitHub <noreply@github.com>2023-11-20 01:02:57 +0100
commit06dcb251f392d77d875dd46b4d810009e22b62cd (patch)
treef1e95e5b0454be6a7b8de5069b8bfb466c30745f /pyproject.toml
parent2de05f943238f2de7860c299e07360e55c63dcd7 (diff)
downloadgitea-06dcb251f392d77d875dd46b4d810009e22b62cd.tar.gz
gitea-06dcb251f392d77d875dd46b4d810009e22b62cd.zip
Update JS and PY dependencies (#28120)
- Update all JS and PY dependencies minus `@mcaptcha/vanilla-glue` - Adapt to eslint rule rename - Regenerate all SVGs because of [new optimizations](https://github.com/svg/svgo/releases/tag/v3.0.4) from svgo. - Tested mentions, mermaid, vue, api docs
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b4f1a06a34..4b89d80999 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ python = "^3.8"
[tool.poetry.group.dev.dependencies]
djlint = "1.34.0"
-yamllint = "1.32.0"
+yamllint = "1.33.0"
[tool.djlint]
profile="golang"