From 4bc7d792582f400d8f2206efd38993c4f2c5029d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:16:14 +0000 Subject: [PATCH] Update beautifulsoup4 requirement from ==4.14.* to ==4.15.* 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7a0a318b4c..fd88ca0e74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "arabic-reshaper==3.0.1", # Support for Arabic in reportlab "babel", - "BeautifulSoup4==4.14.*", + "BeautifulSoup4==4.15.*", "bleach==6.4.*", "celery==5.6.*", "chardet==5.2.*",