From ceef5c9bc61711a9e3dbd65148700416ac244151 Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Tue, 14 Jan 2025 14:48:26 +0100 Subject: [PATCH] Update rich to 13.8.1. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 57f46df..f58656d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ include = [ [tool.poetry.dependencies] python = "^3.7" click = "^8.1.3" -rich = "^12.5.1" +rich = "^13.8.1" timeago = "^1.0.15" tomli = "^2.0.1" psycopg2 = { version = "^2.9.3", optional = true }