From 1aab608dc225479f4996ce3d33128c531c0d43ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:26:41 +0000 Subject: [PATCH] Bump lxml from 4.4.1 to 4.6.2 Bumps [lxml](https://github.com/lxml/lxml) from 4.4.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.4.1...lxml-4.6.2) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 5115677..98f1835 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ chardet = "==3.0.4" idna = "==2.8" isort = "==4.3.21" lazy-object-proxy = "==1.4.2" -lxml = "==4.4.1" +lxml = "==4.6.2" mccabe = "==0.6.1" multidict = "==4.5.2" num2words = "==0.5.10"