From ebb7305ac11aec5a2980874b92984d0af9ef0945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:05:35 +0000 Subject: [PATCH] Update lxml requirement from ~=6.0.0 to ~=6.0.2 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.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.0.2 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..489ce59 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.2 m2r2~=0.3.4 MarkupSafe~=3.0.2 mistune~=0.8.4