From 31955c93b9e03956f1f2e820af961f01f14850b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:53:55 +0000 Subject: [PATCH] build(deps): bump lxml from 6.0.0 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 6.0.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-6.0.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 df0f2f4..a65422b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -81,7 +81,7 @@ libcove==0.32.0 # via libcoveocds libcoveocds[perf]==0.17.0 # via -r requirements.in -lxml==6.0.0 +lxml==6.1.0 # via flattentool ocdsextensionregistry==0.6.9 # via diff --git a/requirements_dev.txt b/requirements_dev.txt index 1015c52..f7e55ff 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -119,7 +119,7 @@ libcove==0.32.0 # libcoveocds libcoveocds[perf]==0.17.0 # via -r requirements.txt -lxml==6.0.0 +lxml==6.1.0 # via # -r requirements.txt # flattentool