From 4a2eafdc3fcfb2d82bf01313e4796ba8c47311ec Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Mon, 29 Dec 2025 18:12:37 +0400 Subject: [PATCH] chore: deps --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 888c683..9387184 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,8 +8,9 @@ requires-python = ">=3.12" dependencies = [ "httpx>=0.28.1", "markdown-it-py", + "rich>=14.2.0", "sulguk>=0.11.0", - "typer", + "typer>=0.21.0", ] classifiers = [ "License :: OSI Approved :: MIT License",