From bd4aec2f5ef0168c3279aaa21c50463d755901f9 Mon Sep 17 00:00:00 2001 From: "timhls-renovate[bot]" <307201189+timhls-renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 23:29:30 +0000 Subject: [PATCH] chore(deps): Update dependency rich to v15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ]