From d430550d4db402bc80ecd4ce2f7f530333e562ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 20:46:37 +0000 Subject: [PATCH] Bump lxml from 4.4.1 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 4.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-4.4.1...lxml-4.6.3) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 0f36f37..ea476b9 100644 --- a/Pipfile +++ b/Pipfile @@ -10,7 +10,7 @@ numpy = "==1.17.3" scipy = "==1.3.1" scikit-learn = "==0.20.0" nltk = "==3.4.5" -lxml = "==4.4.1" +lxml = "==4.6.3" lz4 = "==2.2.1" python-docx = "==0.8.10" treetaggerwrapper = "==2.3"