From 2484e7473a71ccd230168aa5a2e694e5d5ce2448 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 18 Aug 2021 19:51:07 +0200 Subject: [PATCH 1/3] [fix] /config add missing GIT_BRANCH value Signed-off-by: Markus Heiser --- searx/webapp.py | 1 + 1 file changed, 1 insertion(+) 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']], From 2ae917d9c6ed2020de84b1ac27c7f02811283184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Aug 2021 16:58:56 +0000 Subject: [PATCH 2/3] Bump jinja2 from 2.11.3 to 3.0.1 Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.0.1. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.11.3...3.0.1) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b97abc25..3ef54821 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ 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 From a6c6781f4bc43c9efb0f13fa231209adba369e7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Aug 2021 17:08:29 +0000 Subject: [PATCH 3/3] Bump httpx[http2] from 0.17.1 to 0.19.0 Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.17.1 to 0.19.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.17.1...0.19.0) --- updated-dependencies: - dependency-name: httpx[http2] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ef54821..a7084184 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ 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'