diff --git a/pyproject.toml b/pyproject.toml index 99417fb..9196f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = "==3.14.7" dependencies = [ "playwright==1.62.0", "pydantic==2.13.4", - "rich==14.3.4", + "rich==15.0.0", "typer==0.27.1", ]