From f728538230ea44a7abd6fa2da88e0d1b0ab327ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:27:32 +0000 Subject: [PATCH] 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 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e8dc137..d9e5fc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ 'Topic :: Software Development :: Libraries :: Python Modules' ] dependencies = [ - 'beautifulsoup4==4.14.2', + 'beautifulsoup4==4.14.3', 'requests==2.32.5', ] diff --git a/requirements.txt b/requirements.txt index 2b86aa2..0e63708 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -beautifulsoup4==4.14.2 +beautifulsoup4==4.14.3 requests==2.32.5