From 04ad30db6bcb7e459cd42fef17f20b9fec28ff8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 08:37:28 +0000 Subject: [PATCH] chore(deps-dev): update html2text requirement Updates the requirements on [html2text](https://github.com/Alir3z4/html2text) to permit the latest version. - [Release notes](https://github.com/Alir3z4/html2text/releases) - [Changelog](https://github.com/Alir3z4/html2text/blob/master/ChangeLog.rst) - [Commits](https://github.com/Alir3z4/html2text/compare/2020.1.16...2025.4.15) --- updated-dependencies: - dependency-name: html2text dependency-version: 2025.4.15 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 490cb9c..775acd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ bench = [ "matplotlib>=3.8", # chart rendering "readability-lxml>=0.8", # extraction peer "inscriptis>=2.2", # extraction peer - "html2text>=2020.1.16", # extraction peer + "html2text>=2025.4.15", # extraction peer ] [project.scripts]