From 4eaa7ec1b72412d1c46c5beacf699f6ecb7b7923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 19:40:04 +0000 Subject: [PATCH] Bump lxml from 3.2.3 to 4.6.5 in /src/python/molly/crawl Bumps [lxml](https://github.com/lxml/lxml) from 3.2.3 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.2.3...lxml-4.6.5) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... 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..9824642 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.5 requests==1.2.3 wsgiref==0.1.2