From a27fd5a602f42a02c372a07963e4f68934d7a3b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:33:02 +0000 Subject: [PATCH] Update requirements: 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27626b5618..5ed40e39ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ ] dependencies = [ "appdirs==1.4.4", - "beautifulsoup4==4.14.3", + "beautifulsoup4==4.15.0", "charset-normalizer==3.4.7", "cssutils==2.15.0", "dhash==1.4",