From 7ebf312e7c36f7d922f41d832d6025c06bc905b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:50:39 +0000 Subject: [PATCH] pip: 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1ac30ae..213a20f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ transifex-python==3.7.0 # Dependencies required by scripts/manage_versions.py bs4==0.0.2 -beautifulsoup4==4.14.2 +beautifulsoup4==4.14.3 packaging==25.0 requests==2.32.5