From 318c549ce2bc6a75b04702b06252c01b8edacf1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:34:38 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.14.3 to 4.15.0 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.14.3 to 4.15.0. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.15.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd204ad3f..e427d501f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ test = [ "pytest==9.0.3", "pytest-xdist==3.8.0", "pytest-django==4.12.0", - "beautifulsoup4==4.14.3", + "beautifulsoup4==4.15.0", "coverage==7.14.0", "hypothesis==6.152.6", "tblib==3.2.2", # used to see backtraces in unit tests