From 330d5160c526094f82b50d9ce90d2ad58ab942c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 18:27:24 +0000 Subject: [PATCH] Bump lxml from 3.6.0 to 4.6.3 in /ci Bumps [lxml](https://github.com/lxml/lxml) from 3.6.0 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-3.6.0...lxml-4.6.3) Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index 7904d0d..df29fd9 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,4 +1,4 @@ mercurial==4.1.3 nose==1.3.7 -lxml==3.6.0 +lxml==4.6.3 future==0.16.0