diff options
author | silverwind <me@silverwind.io> | 2024-08-29 16:51:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-29 14:51:51 +0000 |
commit | f46e7eae939e63b570ab39eaa3f570810d8193f0 (patch) | |
tree | aa75c0678e9c7247f76f35aa62b462064ecfcce5 /pyproject.toml | |
parent | 06c67c6d5a91176fe4b87fc884c96afc7c3597fa (diff) | |
download | gitea-f46e7eae939e63b570ab39eaa3f570810d8193f0.tar.gz gitea-f46e7eae939e63b570ab39eaa3f570810d8193f0.zip |
Update JS and PY dependencies (#31940)
- `stylelint` is excluded because of deprecation warnings added in
16.8.2, depending on
https://github.com/AndyOGo/stylelint-declaration-strict-value/issues/379
- `eslint-plugin-sonarjs@2` adds a lot of new rules, but I have not
gotten around to reviewing them yet, so rule config is unchanged.
- Fixes https://github.com/go-gitea/gitea/security/dependabot/70
- Tested code editor and contributor graph
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 0724a8e24a..ff2c233cfb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ package-mode = false python = "^3.10" [tool.poetry.group.dev.dependencies] -djlint = "1.34.1" +djlint = "1.34.2" yamllint = "1.35.1" [tool.djlint] |