From cf7765790cee4008df9ee49caa00a61217343edc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 15:46:50 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.4 to 4.14.3 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.4 to 4.14.3. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.3 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 e9be36a6c..594c4d85f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ test = [ "bornhack-website[bootstrap]", - "beautifulsoup4==4.13.4", + "beautifulsoup4==4.14.3", "coverage==7.13.0", "hypothesis==6.148.7", "unittest-xml-reporting==3.2.0",