From 9b26a74f562f924c0df7299f8b6d73c26840fe13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:44:15 +0000 Subject: [PATCH] Bump lxml from 4.9.3 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.3 to 6.1.0. - [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-4.9.3...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23aea73ed9..37c4338b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requires-python = ">=3.8" dependencies = [ 'certifi', 'isodate==0.*', - 'lxml==4.*', + 'lxml>=4,<7', 'numpy==1.*', 'openpyxl==3.*', 'pyparsing==3.*', diff --git a/requirements.txt b/requirements.txt index 0d40b16342..9e20d3650e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # core modules certifi==2023.7.22 -lxml==4.9.3 +lxml==6.1.0 OpenPyXL==3.1.2 pyparsing==3.0.9 regex==2023.6.3