From 96fa98d3204f2d3d99c41353ee8fe72ca4791e8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 13:05:42 +0000 Subject: [PATCH] Update lxml requirement from >=6.1.0 to >=6.1.2 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.0...lxml-6.1.2) --- updated-dependencies: - dependency-name: lxml dependency-version: 6.1.2 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 a2b1962..60c0edd 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -10,5 +10,5 @@ cloudscraper>=1.2.71 autoscraper>=1.1.0 # 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.0 +lxml>=6.1.2 scrapy>=2.18.0