From 75166314c4c9b270d0c59f7ab62211e0487b5822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 04:06:51 +0000 Subject: [PATCH] deps(pip): bump beautifulsoup4 from 4.9.3 to 4.14.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.9.3 to 4.14.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 30252a5..0aef535 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.9,<4.0" dependencies = [ - "beautifulsoup4==4.9.3", + "beautifulsoup4==4.14.3", "minchin-pelican-plugins-nojekyll==1.0.2", "pelican==4.11.0.post0", ] diff --git a/requirements.txt b/requirements.txt index d6ed4ef..ccba864 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ pelican==4.11.0.post0 minchin.pelican.plugins.nojekyll==1.0.2 ghp-import==0.5.5 -beautifulsoup4==4.14.2 +beautifulsoup4==4.14.3