From b1842cae870e6e93597046692430d35530cc7c16 Mon Sep 17 00:00:00 2001 From: Muspi Merol Date: Tue, 8 Jul 2025 01:08:58 +0800 Subject: [PATCH 1/2] chore(ci): let dependabot update dev dependencies too --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f523544..7ab2b39 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,7 @@ version: 2 updates: - - package-ecosystem: pip + - package-ecosystem: uv directory: / schedule: interval: daily From d004d9232c4b2f7fa9363e07b12c3052632fb372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 17:19:31 +0000 Subject: [PATCH 2/2] 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-version: 0.7.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 fdfaf9d..0ad04d7 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", ]