From 6d84b8119de5fd8f2ab372337eacf2463249b29e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:21:15 +0000 Subject: [PATCH] Bump lxml from 3.4.1 to 4.6.2 in /webapp/templates Bumps [lxml](https://github.com/lxml/lxml) from 3.4.1 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.4.1...lxml-4.6.2) Signed-off-by: dependabot[bot] --- webapp/templates/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/templates/requirements.txt b/webapp/templates/requirements.txt index c9e8264..52dc0e4 100644 --- a/webapp/templates/requirements.txt +++ b/webapp/templates/requirements.txt @@ -7,7 +7,7 @@ WTForms==2.0.1 Werkzeug==0.15.3 cssselect==0.9.1 itsdangerous==0.24 -lxml==3.4.1 +lxml==4.6.2 nltk==3.4.5 numpy==1.9.1 scikit-learn==0.15.2