From 42f0dcb9b047d3ab275358370ce319c531260c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:04:04 +0000 Subject: [PATCH] Update zensical requirement from >=0.0.15 to >=0.0.37 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.15...v0.0.37) --- updated-dependencies: - dependency-name: zensical dependency-version: 0.0.37 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 9fa1f9cd..11ce0d2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dev = [ ] docs = [ "tomli>=2.2.1,<3; python_version<'3.11'", - "zensical>=0.0.15; python_version>='3.10'", + "zensical>=0.0.37; python_version>='3.10'", ] lint = [ "black==24.10.0",