diff options
author | silverwind <me@silverwind.io> | 2024-02-16 03:20:50 +0100 |
---|---|---|
committer | Earl Warren <contact@earl-warren.org> | 2024-02-17 23:24:31 +0100 |
commit | 6f159f4c1ce73e57fd35dfd7396718fc3c4b18d5 (patch) | |
tree | 21b29fe1b6f6a72da01ea825a85e19a8c3976ccd /poetry.lock | |
parent | [skip ci] Updated translations via Crowdin (diff) | |
download | forgejo-6f159f4c1ce73e57fd35dfd7396718fc3c4b18d5.tar.xz forgejo-6f159f4c1ce73e57fd35dfd7396718fc3c4b18d5.zip |
Update JS and PY dependencies (#29184)
- Update all excluding `@mcaptcha/vanilla-glue` and
`eslint-plugin-array-func`
- Tested pdf, chart.js, swagger
(cherry picked from commit 8f9c9d3a5fa185f4a61f71e49f15b6d5e611b44a)
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 4897496a40..4cb58c6ef2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -342,13 +342,13 @@ telegram = ["requests"] [[package]] name = "yamllint" -version = "1.34.0" +version = "1.35.0" description = "A linter for YAML files." optional = false python-versions = ">=3.8" files = [ - {file = "yamllint-1.34.0-py3-none-any.whl", hash = "sha256:33b813f6ff2ffad2e57a288281098392b85f7463ce1f3d5cd45aa848b916a806"}, - {file = "yamllint-1.34.0.tar.gz", hash = "sha256:7f0a6a41e8aab3904878da4ae34b6248b6bc74634e0d3a90f0fb2d7e723a3d4f"}, + {file = "yamllint-1.35.0-py3-none-any.whl", hash = "sha256:601b0adaaac6d9bacb16a2e612e7ee8d23caf941ceebf9bfe2cff0f196266004"}, + {file = "yamllint-1.35.0.tar.gz", hash = "sha256:9bc99c3e9fe89b4c6ee26e17aa817cf2d14390de6577cb6e2e6ed5f72120c835"}, ] [package.dependencies] @@ -361,4 +361,4 @@ dev = ["doc8", "flake8", "flake8-import-order", "rstcheck[sphinx]", "sphinx"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "e4ea4301a70487379fce7008493d15c005af3aada7d88fbf0bd3167147ec6502" +content-hash = "ba1c2c4235872f67354b5f52aa5bf0cd616354961530d9dc907f9fba28cc1ece" |