From e6aaa4d5a02b1e513248cddf413a55aa16ab639e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 20:07:00 +0000 Subject: [PATCH] deps(pip): bump beautifulsoup4 from 4.9.3 to 4.14.2 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.9.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 fee8e69..e368ceb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pelican==4.8.0 minchin.pelican.plugins.nojekyll==1.0.2 ghp-import==0.5.5 -beautifulsoup4==4.9.3 \ No newline at end of file +beautifulsoup4==4.14.2 \ No newline at end of file