From d0c9cde9c31c9e4e7736c68dce8f4f7245fdc336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:44:26 +0000 Subject: [PATCH] Bump lxml from 4.5.1 to 4.6.2 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.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.5.1...lxml-4.6.2) 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..620fc38 --- 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.2" matplotlib = "==2.0.2" numpy = "==1.18.5" pandas = "==0.23.4"