From a122cc6221ae25daca2ba3d78463d493d6afca7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:55:32 +0000 Subject: [PATCH] Bump lxml from 4.5.1 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.5.1 to 4.9.1. - [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.9.1) --- 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..cc1262f --- 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.9.1" matplotlib = "==2.0.2" numpy = "==1.18.5" pandas = "==0.23.4"