From c74ea5424dca5b159e0dc0a81013f87c71687033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:30:26 +0000 Subject: [PATCH] Bump lxml from 3.4.1 to 4.9.1 in /webapp/templates Bumps [lxml](https://github.com/lxml/lxml) from 3.4.1 to 4.9.1. - [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.9.1) --- 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..f7f1164 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.9.1 nltk==3.4.5 numpy==1.9.1 scikit-learn==0.15.2