From c7fca7ebf5863afe36edfcba17491f8ff0191b95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:45:24 +0800 Subject: [PATCH] build(deps): bump lxml from 4.9.4 to 5.1.0 (#70) Bumps [lxml](https://github.com/lxml/lxml) from 4.9.4 to 5.1.0. - [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.9.4...lxml-5.1.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c0ca91..a77d922 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ requests==2.31.0 beautifulsoup4==4.12.2 xmltodict==0.13.0 pandas==2.1.4 -lxml==4.9.4 +lxml==5.1.0 # Search jieba==0.42.1 python-Levenshtein==0.23.0