From 02fad122767a0bf188455e82e42c4d9ce554d0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:35:26 +0000 Subject: [PATCH] Bump lxml from 5.3.1 to 6.1.0 Bumps [lxml](https://github.com/lxml/lxml) from 5.3.1 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.3.1...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 28f1d37..9963598 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "Jinja2==3.1.6", "langchain==0.3.22", "langchain-anthropic==0.3.10", - "lxml==5.3.1", + "lxml==6.1.0", "MarkupSafe==3.0.2", "python-dotenv==1.1.0", "trafilatura==2.0.0", diff --git a/requirements.txt b/requirements.txt index 19d0b35..5bcbfad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ certifi==2025.1.31 Jinja2==3.1.6 langchain==0.3.22 langchain-anthropic==0.3.10 -lxml==5.3.1 +lxml==6.1.0 MarkupSafe==3.0.2 pytest==8.3.2 # Added for testing pytest-mock==3.14.0 # Added for testing