From 70b51360b0970a39c4f44df41d63be83a03f21b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 00:52:42 +0000 Subject: [PATCH] Update lxml requirement from ~=6.1.2 to ~=6.1.3 Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version. - [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-6.1.2...lxml-6.1.3) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52ec6cd..027955a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==2.2.6 pandas==2.3.3 -lxml~=6.1.2 +lxml~=6.1.3 Levenshtein==0.27.4 pytest==9.0.3 deprecation==2.1.0