From 1ed679141aa4832c742defa3c870ddb919d5c2f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:18:20 +0000 Subject: [PATCH] Bump lxml from 3.6.4 to 4.6.2 in /tasks/search-engine/search-engine Bumps [lxml](https://github.com/lxml/lxml) from 3.6.4 to 4.6.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-3.6.4...lxml-4.6.2) Signed-off-by: dependabot[bot] --- tasks/search-engine/search-engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/search-engine/search-engine/requirements.txt b/tasks/search-engine/search-engine/requirements.txt index 87a4961..792c7e5 100644 --- a/tasks/search-engine/search-engine/requirements.txt +++ b/tasks/search-engine/search-engine/requirements.txt @@ -5,7 +5,7 @@ Flask==0.11.1 gunicorn==19.6.0 itsdangerous==0.24 Jinja2==2.8 -lxml==3.6.4 +lxml==4.6.2 MarkupSafe==0.23 pymongo==3.3.1 pyquery==1.2.17