From d58efc9c90a90ae90e37ce73d14e5566d50d5313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 20:01:18 +0000 Subject: [PATCH] Bump lxml from 6.0.0 to 6.0.1 Bumps [lxml](https://github.com/lxml/lxml) from 6.0.0 to 6.0.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-6.0.0...lxml-6.0.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 13e8263..dbb1d7d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ flake8==7.3.0 tornado==6.5.2 beautifulsoup4==4.13.4 cssselect==1.3.0 -lxml==6.0.0 +lxml==6.0.1 fuzzywuzzy==0.18.0 sure==2.0.1 coverage==7.10.4