From 1b53c5c1bc6cc1475de0f94b41df0757b8d97c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 19:06:38 +0000 Subject: [PATCH] build(deps): bump `rich` dependency from `13.0` to `14.0` Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b3fa17dc..db54dde31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "dotty-dict ~= 1.3", "importlib-resources ~= 6.0", "pydantic ~= 2.0", - "rich ~= 13.0", + "rich ~= 14.0", "shellingham ~= 1.5", "Deprecated ~= 1.2", # Backport of deprecated decorator for python 3.8 ]