From 8fb7ef0aa00b1b4d044f0c8e625fd7f12eda4fa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:09:02 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.9.1 in /link_guru 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] --- link_guru/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/link_guru/requirements.txt b/link_guru/requirements.txt index e016aba..b4780b5 100644 --- a/link_guru/requirements.txt +++ b/link_guru/requirements.txt @@ -22,7 +22,7 @@ importlib-metadata==1.6.0; python_version < "3.8" or python_version >= "3.5" and importlib-resources==1.5.0; python_version < "3.7" jieba3k==0.35.1 joblib==0.14.1 -lxml==4.6.3 +lxml==4.9.1 more-itertools==8.2.0; python_version >= "3.5" mypy==0.770; python_version >= "3.5" and python_version < "3.8" or python_version >= "3.8" mypy-extensions==0.4.3; python_version >= "3.5" and python_version < "3.8" or python_version >= "3.8"