From 517c3b2a7f5eb2bbe86e411aad187a1be618380d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 07:21:51 +0000 Subject: [PATCH] chore(deps): update html-text requirement from ~=0.6.2 to >=0.6.2,<0.8.0 Updates the requirements on [html-text](https://github.com/zytedata/html-text) to permit the latest version. - [Changelog](https://github.com/zytedata/html-text/blob/master/CHANGES.rst) - [Commits](https://github.com/zytedata/html-text/compare/0.6.2...0.7.0) --- updated-dependencies: - dependency-name: html-text 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 1d53e1c..a3063b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "promptools[validation]~=0.1.3.4", "promplate-recipes>=0.2.2.1,<0.2.4.0", "pyyaml~=6.0.1", - "html-text~=0.6.2", + "html-text>=0.6.2,<0.8.0", "html2text2~=1.0", "isomorphic-fetch~=0.0.0.0.dev2", ]