From 4ac1b7c5f835e2edb7079f5d316e8bb021b981ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 10:24:54 +0000 Subject: [PATCH] build(deps): bump beautifulsoup4 from 4.12.3 to 4.15.0 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 33264880..a54b8208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ requires-python = ">=3.13" dependencies = [ "arxiv==3.0.0", - "beautifulsoup4==4.12.3", + "beautifulsoup4==4.15.0", "cryptography==46.0.6", "cvxopt", "elevenlabs>=1.0.0",