From 72e35082ecbbc8b99621e871dfd558791e56588a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 15:15:42 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.3 to 4.13.4 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.3 to 4.13.4. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4160653..a6bf3de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Runtime Dependencies art == 6.4 -beautifulsoup4 == 4.13.3 +beautifulsoup4 == 4.13.4 colorama == 0.4.6 inflect == 7.5.0 survey == 5.4.2