From 591d7f45e245c6aaae9e6ac82146231fc3bf1cd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 23:05:42 +0200 Subject: [PATCH] Bump beautifulsoup4 from 4.13.3 to 4.13.4 (#431) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a60f43b2..8f2d3389 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4==4.13.3 # used by a lot of scripts to parse html +beautifulsoup4==4.13.4 # used by a lot of scripts to parse html deepdiff==8.4.2 # used in update.py html5lib==1.1 # used in conjunction with beautifulsoup4 mwparserfromhell==0.6.6 # used in unrealircd.py