From 53c11ab97b706b4cda1e4c10a32b87b9c3cf0b0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 14:44:53 +0000 Subject: [PATCH] chore(deps-dev): update mkdocstrings requirement 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.25.0...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 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 6081b7f..2c3a718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ bench = [ ] docs = [ "mkdocs>=1.6.0", - "mkdocstrings[python]>=0.25.0", + "mkdocstrings[python]>=1.0.4", "mkdocs-material>=9.5.0", ]