summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-04-30 07:25:35 +0200
committerGitHub <noreply@github.com>2022-04-30 07:25:35 +0200
commitfa681580bf14d5b7e7532b8202fd795d96939392 (patch)
treebf9619ba4d177f5c5cd4de591abfeb3d834a14c2 /requirements.txt
parentfcc177b6edb269a25394f8483dea58bb0cfc1477 (diff)
parent0275f0f5adf67765c944bb842e724ecc314ae6b7 (diff)
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>
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 0543c433d..8545e2b81 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@ flask-babel==2.0.0
flask==2.1.1
jinja2==3.1.1
lxml==4.8.0
-pygments==2.11.2
+pygments==2.12.0
python-dateutil==2.8.2
pyyaml==6.0
httpx[http2]==0.21.2