From 83ca98ff598c00f2f5913721a5ac7ad66aea59bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 20:03:22 +0000 Subject: [PATCH] Bump lxml from 4.5.1 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.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.5.1...lxml-4.6.3) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Pipfile diff --git a/Pipfile b/Pipfile old mode 100755 new mode 100644 index 104c26d..bd7bbd2 --- a/Pipfile +++ b/Pipfile @@ -21,7 +21,7 @@ httplib2 = "==0.18.1" idna = "==2.9" itsdangerous = "==0.24" kombu = "==4.6.10" -lxml = "==4.5.1" +lxml = "==4.6.3" matplotlib = "==2.0.2" numpy = "==1.18.5" pandas = "==0.23.4"