From e6f6dec0f262663e02fb0c5bba4f322aa8148ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 07:31:42 +0000 Subject: [PATCH] build(deps): update beautifulsoup4 requirement from >=4.12.3 to >=4.15.0 Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.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 7a49906..fd456f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [ { name = "Personal project scaffold" }, ] dependencies = [ - "beautifulsoup4>=4.12.3", + "beautifulsoup4>=4.15.0", "fastapi>=0.139.0", "lancedb>=0.29.2", "lxml>=6.1.1",