From 21dd845ad6b808ec080e035a07a0953ff166f86d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 18:11:33 +0000 Subject: [PATCH] build(deps): bump beautifulsoup4 from 4.12.3 to 4.14.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.3 to 4.14.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 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..4b32c801 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.14.3", "cryptography==46.0.6", "cvxopt", "elevenlabs>=1.0.0",