diff --git a/constraints.txt b/constraints.txt index 3a9cfffd5..fd550dc89 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 a4f4c8a5c..857802958 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",