From 12a52d661e12a49dd634b4af2986fd8ab46eea76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 15:52:30 +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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 7f547d7bea..6415037b50 100644 --- a/constraints.txt +++ b/constraints.txt @@ -3,7 +3,7 @@ anyio==4.9.0 Babel==2.12.1 backports.ssl-match-hostname==3.7.0.1 bcrypt==4.3.0 -beautifulsoup4==4.13.4 +beautifulsoup4==4.14.3 certifi==2025.6.15 chardet==5.2.0 charset-normalizer==3.4.2 diff --git a/pyproject.toml b/pyproject.toml index 3d994b04aa..3d1d86d491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ Repository = "https://github.com/cms-dev/cms" [project.optional-dependencies] devel = [ # Only for testing - "beautifulsoup4>=4.8,<4.14", + "beautifulsoup4>=4.8,<4.15", "coverage>=4.5,<7.10", "pytest", "pytest-cov",