From e4027ad90836c4c51fff2644dc53888b5f1ce6df Mon Sep 17 00:00:00 2001 From: jon-lee Date: Wed, 5 Mar 2025 13:32:40 +0800 Subject: [PATCH] fix: update rtoml version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9dafc0d..9248cca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "loguru>=0.7.2", "pydantic>=2.9.2", "inquirer>=3.4.0", - "rtoml>=0.11.0", + "rtoml>=0.12.0", "humanfriendly>=10.0", ] requires-python = ">=3.11"