From fa73a3c08c57606961beb668076e9ad70e94cc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:39:33 +0000 Subject: [PATCH] deps: update beautifulsoup4 requirement from >=4.12.0 to >=4.14.3 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.14.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72c7ade..ff442e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests>=2.31.0 -beautifulsoup4>=4.12.0 +beautifulsoup4>=4.14.3 lxml>=4.9.4 Pillow>=10.0.0