From 438798ba5f42d6ebe9561a617a3bbfecac2bdc47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 18:40:34 +0000 Subject: [PATCH] Bump lxml from 3.4.1 to 4.6.3 in /webapp/templates Bumps [lxml](https://github.com/lxml/lxml) from 3.4.1 to 4.6.3. - [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.3) 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..253815c 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.3 nltk==3.4.5 numpy==1.9.1 scikit-learn==0.15.2