From 950f2e40a69a33b8a392e686a08a087c99be4f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:32:55 +0000 Subject: [PATCH] build(deps): update trafilatura requirement from >=1.12 to >=2.0.0 Updates the requirements on [trafilatura](https://github.com/adbar/trafilatura) to permit the latest version. - [Release notes](https://github.com/adbar/trafilatura/releases) - [Changelog](https://github.com/adbar/trafilatura/blob/master/HISTORY.md) - [Commits](https://github.com/adbar/trafilatura/compare/v1.12.0...v2.0.0) --- updated-dependencies: - dependency-name: trafilatura dependency-version: 2.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 978639e..b71ad39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ classifiers = [ dependencies = [ "click>=8.1", "httpx>=0.27", - "trafilatura>=1.12", + "trafilatura>=2.0.0", "lxml_html_clean>=0.4", "torch>=2.2", "nibabel>=5.2",