From fc5c2ea45a40e89920aa588ef5de4394f517402d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:17:59 +0000 Subject: [PATCH] Bump lxml from 3.2.3 to 4.9.1 in /src/python/molly/crawl Bumps [lxml](https://github.com/lxml/lxml) from 3.2.3 to 4.9.1. - [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.9.1) --- 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..1236d66 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.9.1 requests==1.2.3 wsgiref==0.1.2