From 38b9e0edb123dd9903ca479c7aa527c42981bdc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 06:35:40 +0000 Subject: [PATCH] build(deps): update beautifulsoup4 requirement from >=4.12.2 to >=4.14.3 Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production ... 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 85eeb39..b205ae5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -9,7 +9,7 @@ sqlalchemy>=2.0.25 pydantic-settings>=2.3.0,<3.0 python-dotenv>=1.0.0 httpx>=0.26.0 -beautifulsoup4>=4.12.2 +beautifulsoup4>=4.14.3 Pillow>=12.2.0 transformers>=5.8.0,<5.9.0 langextract>=0.1.0