From e83d0a269bf7f81fc165339ad62c8a708954f29b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:05:17 +0000 Subject: [PATCH] Update mkdocstrings requirement from >=0.19.0 to >=1.0.3 Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.19.0...1.0.3) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.3 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 e7bd058..4952fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dev = [ "hatch>=1.8.0", "mkdocs>=1.4.0", "mkdocs-material>=9.0.0", - "mkdocstrings>=0.19.0", + "mkdocstrings>=1.0.3", "mkdocs-redirects>=0.3.0", "watchdog>=2.1.0", "pyfastx>=2.1.0",