From e6b46ceff6cfee9bbdf541d2b5ebd3f6afb30514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:37:03 +0000 Subject: [PATCH] chore(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.24.0...1.0.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 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 544797a..ad7a43e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ dev = [ # Documentation "mkdocs>=1.5.0,<2.0.0", "mkdocs-material>=9.5.0,<10.0.0", - "mkdocstrings[python]>=0.24.0,<1.0.0", + "mkdocstrings[python]>=0.24.0,<2.0.0", ] docker = [