From 6166559626d54caeb458974de4de7270cf896eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 01:22:35 +0000 Subject: [PATCH] chore(deps): bump beautifulsoup4 from 4.14.3 to 4.15.0 in /worker_plan 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] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index f9380e0c..2f31b42c 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "annotated-types==0.7.0", "anyio==4.14.0", "attrs==25.4.0", - "beautifulsoup4==4.14.3", + "beautifulsoup4==4.15.0", "certifi==2026.4.22", "charset-normalizer==3.4.7", "click==8.3.1",