From a8aaf5719bfb17adc66a09478a0a559b81a24ab0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Mon, 29 Jan 2024 15:41:24 +0100 Subject: [PATCH] [test.robot] update gecko driver / v0.34.0 required by firefox 121.* Update gecko driver to v0.34.0 [1] [1] https://github.com/mozilla/geckodriver/releases/tag/v0.34.0 Closes: https://github.com/searxng/searxng/issues/3141 Signed-off-by: Markus Heiser --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index 7e60cea3f..712a41391 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.33.0" +GECKODRIVER_VERSION="v0.34.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")