From 06aba1c6ba34fc4d717a5da075d3ab37ac62c851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:15:59 +0000 Subject: [PATCH] Update lxml requirement from >=6.1.2 to >=6.1.3 in /python 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.1.2...lxml-6.1.3) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 9b04c75..841d553 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -10,5 +10,5 @@ cloudscraper>=1.2.71 autoscraper>=1.1.14 # autoscraper 1.1.x fails build() with beautifulsoup4 4.13+ (empty learned list); keep 4.12.x beautifulsoup4>=4.15.0,<4.16 -lxml>=6.1.2 +lxml>=6.1.3 scrapy>=2.18.0