diff options
author | Alexandre Flament <alex@al-f.net> | 2023-09-29 13:33:17 +0000 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2023-10-01 08:25:00 +0200 |
commit | fb8872153250a945ff43e00c8352bfac7cace156 (patch) | |
tree | 5365f353089c632c9e5c522bf68945ae5ee4108d /manage | |
parent | fe9386b58d491ce3ba439d2984d71f45ca8702ed (diff) | |
download | searxng-fb8872153250a945ff43e00c8352bfac7cace156.tar.gz searxng-fb8872153250a945ff43e00c8352bfac7cace156.zip |
Upgrade dependencies
* geckodriver: 0.33.0
* node 16.20.2
* pyright 1.1.329
* eslint 8.50.0
Diffstat (limited to 'manage')
-rwxr-xr-x | manage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ PATH="${REPO_ROOT}/node_modules/.bin:${PATH}" PYOBJECTS="searx" PY_SETUP_EXTRAS='[test]' -GECKODRIVER_VERSION="v0.30.0" +GECKODRIVER_VERSION="v0.33.0" # SPHINXOPTS= BLACK_OPTIONS=("--target-version" "py311" "--line-length" "120" "--skip-string-normalization") BLACK_TARGETS=("--exclude" "searx/static,searx/languages.py" "--include" 'searxng.msg|\.pyi?$' "searx" "searxng_extra" "tests") |