From fb8872153250a945ff43e00c8352bfac7cace156 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Fri, 29 Sep 2023 13:33:17 +0000 Subject: Upgrade dependencies * geckodriver: 0.33.0 * node 16.20.2 * pyright 1.1.329 * eslint 8.50.0 --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manage') diff --git a/manage b/manage index 380560362..58bafae01 100755 --- a/manage +++ b/manage @@ -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") -- cgit v1.2.3