From 5dfc2a98e2bcc5c446b937e76816b69a8fd2d056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:46:37 +0000 Subject: [PATCH] Bump lxml from 4.1.1 to 4.9.1 in /api_server Bumps [lxml](https://github.com/lxml/lxml) from 4.1.1 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.1.1...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_server/requirements.txt b/api_server/requirements.txt index f504a27..4e789a2 100644 --- a/api_server/requirements.txt +++ b/api_server/requirements.txt @@ -10,6 +10,6 @@ django-letsencrypt==3.0.0 python-dateutil==2.6.1 w3lib==1.19.0 jieba==0.39 -lxml==4.1.1 +lxml==4.9.1 textrank4zh==0.3 uWSGI==2.0.18