From f6996e36c01daf5a3351ed8bd154514a0e309285 Mon Sep 17 00:00:00 2001 From: Rob Brackett Date: Mon, 6 Oct 2025 13:07:36 -0700 Subject: [PATCH] Widen lxml support to include v6.x MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I don’t believe there are any changes that should be breaking for us. Changelog: https://lxml.de/6.0/changes-6.0.0.html --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3ff995a..1ee83ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ beautifulsoup4 >=4.9.0,<5 fast_diff_match_patch >=2.0.1,<3 html5-parser >=0.4.0,<0.5 --no-binary lxml -lxml >=4.5.0,<6 +lxml >=4.5.0,<7