From 86c7eaa0f3567b417e82df38c5148d43e8a0de71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Feb 2019 08:52:45 +0000 Subject: [PATCH] Bump lxml from 4.2.0 to 4.3.0 (#62) Bumps [lxml](https://github.com/lxml/lxml) from 4.2.0 to 4.3.0. - [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.2.0...lxml-4.3.0) Signed-off-by: dependabot[bot] <support@dependabot.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e6d691..8ba5d8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ backports.tempfile==1.0 futures==3.2.0 fuzzywuzzy==0.16.0 -lxml==4.2.0 +lxml==4.3.0 matplotlib==2.2.2 numpy==1.14.2 Pillow>=3.4.1 -- GitLab