From 44e0cd2f635eeb26b50a18862631c1c3f43a2e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:03:41 +0000 Subject: [PATCH] build(deps): bump beautifulsoup4 from 4.12.3 to 4.14.2 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.3 to 4.14.2. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.2 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 c9c958771c1..6bd4beb16dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ psycopg2==2.9.9 Django==5.2 # Other -beautifulsoup4==4.12.3 +beautifulsoup4==4.14.2 hyperlink==21.0.0 urllib3==1.26.18 Paver==1.3.4