summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2024-01-29 15:41:24 +0100
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-01-29 17:37:30 +0100
commita8aaf5719bfb17adc66a09478a0a559b81a24ab0 (patch)
treee5ebf0c105a6bc52c33c95259219bcce70e07e51
parent559b8606189ff44eee6e8bcde2763daf3c2cbd7c (diff)
downloadsearxng-a8aaf5719bfb17adc66a09478a0a559b81a24ab0.tar.gz
searxng-a8aaf5719bfb17adc66a09478a0a559b81a24ab0.zip
[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 <markus.heiser@darmarit.de>
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
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")