From 5878627c5ccb3db67d81b7a07ad2b72a88850f71 Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Fri, 19 Dec 2025 17:09:43 +0000 Subject: [PATCH] fix: Update zensical dependency version to 0.0.13 for Python 3.10+ --- pyproject.toml | 2 +- uv.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 12616e673..b8e095b4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ type = [ { include-group = "test" }, ] docs = [ - "zensical>=0.0.11; python_version>='3.10'", + "zensical>=0.0.13; python_version>='3.10'", ] black22 = [ "black==22.1" ] black23 = [ "black==23.12" ] diff --git a/uv.lock b/uv.lock index a65ba4d8d..a2119cbf6 100644 --- a/uv.lock +++ b/uv.lock @@ -987,9 +987,9 @@ dev = [ { name = "types-toml" }, { name = "uv", specifier = ">=0.5.22" }, { name = "watchfiles", specifier = ">=1.1" }, - { name = "zensical", marker = "python_full_version >= '3.10'", specifier = ">=0.0.11" }, + { name = "zensical", marker = "python_full_version >= '3.10'", specifier = ">=0.0.13" }, ] -docs = [{ name = "zensical", marker = "python_full_version >= '3.10'", specifier = ">=0.0.11" }] +docs = [{ name = "zensical", marker = "python_full_version >= '3.10'", specifier = ">=0.0.13" }] fix = [{ name = "pre-commit-uv", specifier = ">=4.1.4" }] isort5 = [{ name = "isort", specifier = ">=5,<6" }] isort6 = [{ name = "isort", specifier = ">=6,<7" }]