diff options
author | Fmstrat <nospam@nowsci.com> | 2024-08-14 10:47:34 -0400 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-08-15 08:32:23 +0200 |
commit | 8e985aea88bfdae601518db2abe2fdded127b463 (patch) | |
tree | 26445d9c3a1cfe359145bfa5499f8326d71ee34e /manage | |
parent | f1c05e7c16e59a8d5d98640bc057958ea268cddf (diff) | |
download | searxng-8e985aea88bfdae601518db2abe2fdded127b463.tar.gz searxng-8e985aea88bfdae601518db2abe2fdded127b463.zip |
update to gecko driver v35
Diffstat (limited to 'manage')
-rwxr-xr-x | manage | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |