From 7a9ca433eb39bece960a08fb9e8499dd5f9721d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:53:36 +0000 Subject: [PATCH] build(deps): bump lxml from 5.4.0 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.4.0 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-5.4.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8620b73..4bb3669 100644 --- a/requirements.txt +++ b/requirements.txt @@ -76,7 +76,7 @@ jsonschema==3.2.0 # libcove libcove==0.31.0 # via lib360dataquality -lxml==5.4.0 +lxml==6.1.0 # via flattentool odfpy==1.4.1 # via flattentool diff --git a/requirements_dev.txt b/requirements_dev.txt index 614ec4a..75e56e7 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -108,7 +108,7 @@ jsonschema==3.2.0 # libcove libcove==0.31.0 # via lib360dataquality -lxml==5.4.0 +lxml==6.1.0 # via flattentool mccabe==0.7.0 # via flake8