From 7a9811706ead06a599839e7035cf6a6d8c6d42dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:48:44 +0000 Subject: [PATCH] Bump lxml from 3.4.0 to 4.6.5 in /requirements Bumps [lxml](https://github.com/lxml/lxml) from 3.4.0 to 4.6.5. - [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.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... 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..f936ffb 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.5 django-crispy-forms==1.4.0 django-reversion==1.8.5 jsonfield==1.0.0