From 8084a8678430a5442bd421802dca78d862078fbb Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 16 Jul 2025 18:01:20 +0200 Subject: [PATCH] [upd] update to gecko driver v36 Signed-off-by: Markus Heiser --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index 37c563d5b..757925d56 100755 --- a/manage +++ b/manage @@ -48,7 +48,7 @@ PATH="${PY_ENV}/bin:${REPO_ROOT}/node_modules/.bin:${GOROOT}/bin:${GOPATH}/bin:$ PYOBJECTS="searx" PY_SETUP_EXTRAS='[test]' -GECKODRIVER_VERSION="v0.35.0" +GECKODRIVER_VERSION="v0.36.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")