diff --git a/requirements.txt b/requirements.txt index b97abc25..a7084184 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,12 @@ certifi==2021.5.30 babel==2.9.1 flask-babel==2.0.0 flask==1.1.2 -jinja2==2.11.3 +jinja2==3.0.1 lxml==4.6.3 pygments==2.8.0 python-dateutil==2.8.2 pyyaml==5.4.1 -httpx[http2]==0.17.1 +httpx[http2]==0.19.0 Brotli==1.0.9 uvloop==0.16.0; python_version >= '3.7' uvloop==0.14.0; python_version < '3.7' diff --git a/searx/webapp.py b/searx/webapp.py index ca62c389..eff6915d 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1117,6 +1117,7 @@ def config(): 'brand': { 'CONTACT_URL': brand.CONTACT_URL, 'GIT_URL': brand.GIT_URL, + 'GIT_BRANCH': brand.GIT_BRANCH, 'DOCS_URL': brand.DOCS_URL }, 'doi_resolvers': [r for r in settings['doi_resolvers']],