From a98e46d348bfb34b154ca0bbaf8f0b488be38986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 18:39:43 +0000 Subject: [PATCH] Bump lxml from 3.4.0 to 4.6.3 in /requirements Bumps [lxml](https://github.com/lxml/lxml) from 3.4.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.4.0...lxml-4.6.3) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 791c909..5987825 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -16,7 +16,7 @@ Fabric==1.10.0 celery==3.1.16 django-celery==3.1.16 kombu==3.0.24 -lxml==3.4.0 +lxml==4.6.3 django-crispy-forms==1.4.0 django-reversion==1.8.5 jsonfield==1.0.0