From dafe5858412e0bea8e651aa9b8661fda3fe7a43a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:44:57 +0000 Subject: [PATCH] Bump lxml from 3.4.1 to 4.6.5 in /webapp/templates Bumps [lxml](https://github.com/lxml/lxml) from 3.4.1 to 4.6.5. - [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.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... 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..f4722c3 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.5 nltk==3.4.5 numpy==1.9.1 scikit-learn==0.15.2