From c677b3611f6f81d081afcf7b5f9120c7952adeaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 09:44:34 +0000 Subject: [PATCH] build(deps): bump beautifulsoup4 from 4.12.2 to 4.14.3 in /backend Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 50509b7..2062786 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -25,7 +25,7 @@ anthropic==0.18.1 qdrant-client>=1.7.1 # Content parsing -beautifulsoup4==4.12.2 +beautifulsoup4==4.14.3 markdown==3.5.2 html2text==2025.4.15 readability-lxml==0.8.1