From df5c150aa6f8d37ec40b11bea4ad8230d784a555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 01:34:22 +0200 Subject: [PATCH] build(deps): bump beautifulsoup4 from 4.14.3 to 4.15.0 (#1096) Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.14.3 to 4.15.0. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb79860..412d4b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ ] dependencies = [ "babel==2.18.0", - "beautifulsoup4==4.14.3", + "beautifulsoup4==4.15.0", "cachebox==6.0.0", "numpy==2.4.6", "numpydantic==1.8.1",