From 0a40589a251a16edc0448b098d4af58ad0477502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:31:06 +0000 Subject: [PATCH] [MNT] [Dependabot](deps-dev): Update mkdocstrings[python] requirement Updates the requirements on [mkdocstrings[python]](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.29.0...1.0.2) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.2 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 45ec0b5d..7178e32f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ dev = [ "bump2version==1.0.1", "mkdocs-material>=9.5,<9.8", "ipython[notebook]>8.0,<9.0", - "mkdocstrings[python]==0.29.*", + "mkdocstrings[python]>=0.29,<1.1", "mknotebooks==0.8.*", "pytest>=5.3.2", "pytest-runner>=5.1",