From ad9cb9679956a41516634b67b44700157dcc661c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:22:24 +0000 Subject: [PATCH] chore(deps): update beautifulsoup4 requirement from >=4.12.3 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f06177a..c1d7397 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ version = "0.6.0" description = "Auditable deep research pipeline with LangGraph, Ollama, and Tavily" requires-python = ">=3.11" dependencies = [ - "beautifulsoup4>=4.12.3", + "beautifulsoup4>=4.14.3", "httpx>=0.28.1", "jinja2>=3.1.6", "langchain>=0.3.27",