From 224e48f689d7a8ecd0bb6abded4f5fe1118a3a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:33:39 +0000 Subject: [PATCH] Update beautifulsoup4 requirement from >=4.11.0 to >=4.15.0 in /scripts Updates the requirements on [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) to permit the latest version. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index f2be847c..8b7d61af 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ requests>=2.28.0 PyYAML>=6.0 -beautifulsoup4>=4.11.0 +beautifulsoup4>=4.15.0 lxml>=4.9.0 \ No newline at end of file