From 4ee64df906d6b032a1845c60b985bb2cbce9fdb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:18:17 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.9.1 in /apps/common/src Bumps [lxml](https://github.com/lxml/lxml) from 4.6.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-4.6.3...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/common/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/common/src/requirements.txt b/apps/common/src/requirements.txt index 3bb17a43d9..2aa99bb05e 100644 --- a/apps/common/src/requirements.txt +++ b/apps/common/src/requirements.txt @@ -51,7 +51,7 @@ Jinja2==2.11.3 kombu==4.6.11 # XML manipulations, HTML parsing -lxml==4.6.3 +lxml==4.9.1 # Japanese language tokenizer, stemmer, etc. mecab-python3==1.0.3