From a2b46484cd1310a3e416f34a178e3b00eca33bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 18:13:41 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.14.3 to 4.15.0 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.14.3 to 4.15.0. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d7874d9..3cdff8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ streamlit==1.57.0 pandas==3.0.2 plotly==6.7.0 kaleido==1.2.0 -beautifulsoup4==4.14.3 \ No newline at end of file +beautifulsoup4==4.15.0 \ No newline at end of file