From 9d5997a78afd2bbef9b36f52e9479fe9b730ceca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 01:53:18 +0000 Subject: [PATCH] Update lxml requirement from ~=6.0 to ~=6.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.0.0...lxml-6.1.0) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/site/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/site/requirements.txt b/app/site/requirements.txt index 688d2bb..c126f2a 100644 --- a/app/site/requirements.txt +++ b/app/site/requirements.txt @@ -1,4 +1,4 @@ -r ../requirements.txt Beautifulsoup4~=4.14 -lxml~=6.0 \ No newline at end of file +lxml~=6.1 \ No newline at end of file