From c0d267916151f008a712f1a8f29e00a4cfb94d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:17:22 +0000 Subject: [PATCH] chore(deps): update lxml requirement from >=5.0.0 to >=6.1.0 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-5.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] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 48bd9f2..d58452d 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -6,7 +6,7 @@ python-multipart>=0.0.6 # HTTP & Parsing requests>=2.31.0 beautifulsoup4>=4.12.0 -lxml>=5.0.0 +lxml>=6.1.0 httpx>=0.26.0 # Monitoring & Metrics (optional, for enterprise features)