From 505b48e75502c9360a9c3c408a2dec94f212e24c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 09:32:57 +0000 Subject: [PATCH] Update zensical requirement from >=0.0.24 to >=0.0.57 Updates the requirements on [zensical](https://github.com/zensical/zensical) to permit the latest version. - [Release notes](https://github.com/zensical/zensical/releases) - [Commits](https://github.com/zensical/zensical/compare/v0.0.24...v0.0.57) --- updated-dependencies: - dependency-name: zensical dependency-version: 0.0.57 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3ccccfa..f438656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = ["numpy"] dev = ["pytest>=9.1.1", "pytest-cov>=7.1.0", "ruff>=0.16.5"] docs = [ "mkdocstrings-python>=2.0.7", - "zensical>=0.0.24", + "zensical>=0.0.57", "pillow>=12.3.0", "cairosvg>=2.8.2" ]