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