diff options
author | silverwind <me@silverwind.io> | 2024-03-03 17:23:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-03 17:23:14 +0100 |
commit | efa631aeead094267d46ea8f86e6d568f0c731e4 (patch) | |
tree | 830beb1bf9b9865e2ac000814986a5ed4aeccac1 /pyproject.toml | |
parent | e3524c63d6d42865ea8288af89b372544d35474b (diff) | |
download | gitea-efa631aeead094267d46ea8f86e6d568f0c731e4.tar.gz gitea-efa631aeead094267d46ea8f86e6d568f0c731e4.zip |
Update js and py dependencies, bump python (#29561)
- Update js and py dependencies excluding `@mcaptcha/vanilla-glue`,
`eslint-plugin-array-func`
- Update stylelint config
- Require python 3.10 and use 3.12 on CI, bump setup-python as well
- Tested markdown toolbar, charts, clipboard, swagger ui, vue
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index bef41d6266..bb768d5cb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,11 +5,11 @@ description = "" authors = [] [tool.poetry.dependencies] -python = "^3.8" +python = "^3.10" [tool.poetry.group.dev.dependencies] djlint = "1.34.1" -yamllint = "1.35.0" +yamllint = "1.35.1" [tool.djlint] profile="golang" |