From 040df48bbf2c14af7353d1b334c2c8ad25b4319a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:44:03 +0000 Subject: [PATCH] chore(deps): update beautifulsoup4 requirement from >=4.12 to >=4.15.0 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.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad684b6d..a211aae0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -35,7 +35,7 @@ matplotlib>=3.7 # --- Skill-specific --------------------------------------------------------- duckduckgo-search>=8.1.1 httpx>=0.25 -beautifulsoup4>=4.12 +beautifulsoup4>=4.15.0 arxiv>=2.0 nest-asyncio