From 3615eca711221e7f7a5b256001f75e742964d3a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:59:45 +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 dc203b5..dd21ded 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ requests>=2.28.0 PyYAML>=6.0.3 -beautifulsoup4>=4.11.0 +beautifulsoup4>=4.15.0 lxml>=6.1.1 \ No newline at end of file