diff --git a/constraints.txt b/constraints.txt index 692431e8ff..9a1d5aa8f8 100644 --- a/constraints.txt +++ b/constraints.txt @@ -7,7 +7,7 @@ beautifulsoup4==4.13.5 certifi==2026.1.4 chardet==5.2.0 charset-normalizer==3.4.4 -coverage==7.9.2 +coverage==7.13.4 gevent==25.8.1 greenlet==3.3.1 h11==0.16.0 diff --git a/pyproject.toml b/pyproject.toml index a257555198..6e81f695ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ Repository = "https://github.com/cms-dev/cms" devel = [ # Only for testing "beautifulsoup4>=4.8,<4.14", - "coverage>=4.5,<7.10", + "coverage>=4.5,<7.14", "pytest", "pytest-cov",