From 54718b16634fae68a5c1565b2fa6b8b572533ff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 22:31:48 +0200 Subject: [PATCH] chore(deps): Update beautifulsoup4 requirement from >=4.12.0 to >=4.14.3 (#50) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9606628..691e55fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -95,7 +95,7 @@ pytest-cov optuna>=3.6.2 # News & Data (Polymarket, ForexFactory, CryptoPanic) -beautifulsoup4>=4.12.0 +beautifulsoup4>=4.14.3 # ML Training Pipeline lightgbm>=3.3.5