From b744ed12c220ec37c8d750c164f4e38726043e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 05:51:09 +0000 Subject: [PATCH] Update lxml requirement from ~=5.3.2 to ~=5.4.0 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-5.3.2...lxml-5.4.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 5.4.0 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 197cc15..db8d861 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~=5.3.2 +lxml~=5.4.0 m2r2~=0.3.3.post2 MarkupSafe~=3.0.2 mistune~=0.8.4