From dc045527c983f63db4fb7ac4e6fd22fc8277bcff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:28:24 +0000 Subject: [PATCH] Chore: Update beautifulsoup4 requirement from >=4.12 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 77a8c24..12c8d6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ pandas>=2.0 openpyxl>=3.1 requests>=2.31 -beautifulsoup4>=4.12 +beautifulsoup4>=4.14.3 matplotlib>=3.8 seaborn>=0.13