From 7d9211c1ec54d6c84414e53bdbcd66fedd65e9d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 22:12:26 +0000 Subject: [PATCH] Bump lxml from 3.2.3 to 4.6.2 in /src/python/molly/crawl Bumps [lxml](https://github.com/lxml/lxml) from 3.2.3 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/compare/lxml-3.2.3...lxml-4.6.2) Signed-off-by: dependabot[bot] --- src/python/molly/crawl/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/molly/crawl/requirements.txt b/src/python/molly/crawl/requirements.txt index 03e6d17..04254ec 100644 --- a/src/python/molly/crawl/requirements.txt +++ b/src/python/molly/crawl/requirements.txt @@ -1,4 +1,4 @@ SQLAlchemy==0.8.2 -lxml==3.2.3 +lxml==4.6.2 requests==1.2.3 wsgiref==0.1.2