summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorFmstrat <nospam@nowsci.com>2024-08-14 10:47:34 -0400
committerMarkus Heiser <markus.heiser@darmarIT.de>2024-08-15 08:32:23 +0200
commit8e985aea88bfdae601518db2abe2fdded127b463 (patch)
tree26445d9c3a1cfe359145bfa5499f8326d71ee34e /manage
parentf1c05e7c16e59a8d5d98640bc057958ea268cddf (diff)
downloadsearxng-8e985aea88bfdae601518db2abe2fdded127b463.tar.gz
searxng-8e985aea88bfdae601518db2abe2fdded127b463.zip
update to gecko driver v35
Diffstat (limited to 'manage')
-rwxr-xr-xmanage2
1 files changed, 1 insertions, 1 deletions
diff --git a/manage b/manage
index f83620cf5..155a1f2dd 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.34.0"
+GECKODRIVER_VERSION="v0.35.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")