From e89bef80d6d855cdf558c69436e0cbff0af91930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 20:49:52 +0000 Subject: [PATCH] Bump lxml from 4.5.1 to 4.6.5 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.1 to 4.6.5. - [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.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... 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 d3f355e..9e57528 --- 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.5" matplotlib = "==2.0.2" numpy = "==1.18.5" pandas = "==0.23.4"