summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKes <admin@kesku.me>2026-07-19 16:04:57 +0100
committerGitHub <noreply@github.com>2026-07-19 17:04:57 +0200
commit6da6eee265daeb4a62ab638d6921522bf405de69 (patch)
tree2e9b7fd76e0f33d9842385b748a1220b07ef0a24
parent277d8469cdd4af423a42783ad426e0de09f4e2e9 (diff)
[upd] update to gecko driver v37 (#6433)
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index 067c1aaa9..ab10def3c 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.36.0"
+GECKODRIVER_VERSION="v0.37.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")