You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/searx
Markus Heiser fa681580bf
Merge pull request #1150 from searxng/dependabot/pip/master/pygments-2.12.0
Bump pygments from 2.11.2 to 2.12.0

After each update of the pygments version, we (or github action) should [1]

1. update less files:

    ./manage pyenv.cmd searxng_extra/update/update_pygments.py

    update: static/themes/oscar/src/generated/pygments-logicodev.less
    update: static/themes/oscar/src/generated/pygments-pointhi.less
    update: static/themes/simple/src/generated/pygments.less

2. rebuild the static files of each themes:

    make static.build.commit

[1] https://github.com/searxng/searxng/pull/2#issuecomment-826958666

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
2 years ago
..
answerers
data [fix] add back missing languages & regions (followup of PR #1071) 2 years ago
engines [fix] FutureWarning from lxml 2 years ago
infopage Merge pull request #1048 from Linerly/patch-1 2 years ago
metrics
network
plugins
search
shared
static [upd] ./manage pyenv.cmd searxng_extra/update/update_pygments.py 2 years ago
templates [fix] add missing result.length and result.author to simple theme 2 years ago
translations [translations] update from Weblate 2 years ago
__init__.py
autocomplete.py [enh] add seznam autocomplete 2 years ago
babel_extract.py
compat.py
exceptions.py
external_bang.py
external_urls.py
flaskfix.py
languages.py [fix] add back missing languages & regions (followup of PR #1071) 2 years ago
locales.py
preferences.py
query.py
results.py
searxng.msg
settings.yml [fix] library genesis engine: xpath and url 2 years ago
settings_defaults.py
settings_loader.py
unixthreadname.py
utils.py [test.pyright] suppress unneeded error & warning messages 2 years ago
version.py
webadapter.py
webapp.py
webutils.py