diff --git a/pyproject.toml b/pyproject.toml index 2a03a28..31b0036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ keywords = [ ] dependencies = [ "click>=8.1,<9", - "rich>=13.0,<14", + "rich>=13.0,<15", "pydantic>=2.0,<3", "pyyaml>=6.0,<7", "tomli>=2.0,<3; python_version < '3.11'", diff --git a/requirements/constraints-dev.txt b/requirements/constraints-dev.txt index 86e396c..67a783e 100644 --- a/requirements/constraints-dev.txt +++ b/requirements/constraints-dev.txt @@ -9,6 +9,6 @@ pre-commit==3.8.0 pydantic==2.12.5 pytest==8.4.2 pytest-cov==5.0.0 -rich==13.9.4 +rich==14.3.3 ruff==0.12.10 tomli==2.4.0