From b7402c938bd05b62202981e64420a635245c0bc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 21:24:25 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.14.3 to 4.15.0 in the minor-patch group Bumps the minor-patch group with 1 update: [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/). Updates `beautifulsoup4` from 4.14.3 to 4.15.0 --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-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 898827e..4a4c6a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ authors = [{ name = "Simon Kobler", email = "github@kobler.me" }] dependencies = [ "requests==2.34.2", "argparse==1.4.0", - "beautifulsoup4==4.14.3", + "beautifulsoup4==4.15.0", "halo==0.0.31", "pylint==3.3.7", "setuptools==82.0.1" diff --git a/requirements.txt b/requirements.txt index 01e7972..1c7d6eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests==2.34.2 argparse==1.4.0 -beautifulsoup4==4.14.3 +beautifulsoup4==4.15.0 halo==0.0.31 pylint==3.3.7 setuptools==82.0.1