From f216861857b97066cc63d5b811a02bff06741a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:46:53 +0000 Subject: [PATCH] Bump beautifulsoup4 from 4.13.4 to 4.14.2 Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.13.4 to 4.14.2. --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-version: 4.14.2 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 3a9cfffd5e..fd550dc890 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.2 certifi==2025.6.15 chardet==5.2.0 charset-normalizer==3.4.2 diff --git a/pyproject.toml b/pyproject.toml index a4f4c8a5c8..8578029582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,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",