From 494e0390157bbd7b325cc435ce9df0a8b4c0812d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 21:20:17 +0100 Subject: [PATCH] Bump beautifulsoup4 from 4.12.2 to 4.12.3 (#288) Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.12.2 to 4.12.3. --- updated-dependencies: - dependency-name: beautifulsoup4 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 3ae6dc83..6dee180e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -beautifulsoup4==4.12.2 # used by a lot of script to parse html +beautifulsoup4==4.12.3 # used by a lot of script to parse html deepdiff==6.7.1 # used in update.py html5lib==1.1 # used in conjunction with beautifulsoup4 mwparserfromhell==0.6.6 # used in unrealircd.py