From 63d10911c61a196e613111bead9c042349709d27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:19:22 +0000 Subject: [PATCH] Bump lxml from 3.4.4 to 4.6.2 Bumps [lxml](https://github.com/lxml/lxml) from 3.4.4 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/commits/lxml-4.6.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6d85425..81e7530 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Django==1.9.1 django-analytical==2.0.0 -lxml==3.4.4 +lxml==4.6.2 PyYAML==3.11 wheel==0.24.0