From 21caa437be61ed04feea7fd298fcbadf52e76f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:14:57 +0000 Subject: [PATCH] Update requirements: Bump beautifulsoup4 from 4.14.2 to 4.14.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.14.2 to 4.14.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 742278706c..8a2fd11909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ ] dependencies = [ "appdirs==1.4.4", - "beautifulsoup4==4.14.2", + "beautifulsoup4==4.14.3", "charset-normalizer==3.4.4", "cssutils==2.11.1", "dhash==1.4",