From 7958d4b47a081f13b4b4f727c402a11ff2ab4e2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 10:10:02 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.0 to 4.13.1 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.0 to 4.13.1. --- updated-dependencies: - dependency-name: beautifulsoup4 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 c73ae68..36f3ef3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ 'Topic :: Software Development :: Libraries :: Python Modules' ] dependencies = [ - 'beautifulsoup4==4.13.0', + 'beautifulsoup4==4.13.1', 'requests==2.32.3', ] diff --git a/requirements.txt b/requirements.txt index 8117fe0..802ec39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -beautifulsoup4==4.13.0 +beautifulsoup4==4.13.1 requests==2.32.3