From cf7f444eb47f602ccba6e7cfe9d9294d4c64e19f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 06:25:19 +0000 Subject: [PATCH] Update lxml requirement from ~=6.0.0 to ~=6.0.1 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.0.0...lxml-6.0.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.1 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 9b324a8..c514d91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ docutils~=0.21.2 idna~=3.10 imagesize~=1.4.1 Jinja2~=3.1.6 -lxml~=6.0.0 +lxml~=6.0.1 m2r2~=0.3.4 MarkupSafe~=3.0.2 mistune~=0.8.4