From 4aa0996c79862888c3d27ee16678d243e15f2a01 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 13:18:11 +0000 Subject: [PATCH] [Security] Bump lxml from 3.7.1 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 3.7.1 to 4.6.3. **This update includes security fixes.** - [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.7.1...lxml-4.6.3) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 09e4496ad0..44c77e2300 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ http-crawler==0.1.2 # via django-amber idna==2.8 # via requests -lxml==3.7.1 +lxml==4.6.3 # via http-crawler markdown2==2.3.7 # via django-markdown-deux