From 0ea8a591d280ff5e94b989dabbcec89b05813367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 04:33:52 +0000 Subject: [PATCH] chore(deps): update lxml requirement from >=6.1.0 to >=6.1.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.1.0...lxml-6.1.1) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.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 bd2f8a4..b0eb5b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ ebooklib>=0.20 # Pin to >=6.1.0 to fix PYSEC-2026-87 (XXE — lxml < 6.1.0 resolves # external entities by default, allowing crafted DOCX/PPTX/EPUB/PDF-XMP # files to read arbitrary local files). -lxml>=6.1.0 +lxml>=6.1.1 pyinstaller>=6.20.0