From 45ddd75f336323e2ebe3faf01972fd5aa59cc336 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 18:29:18 +0000 Subject: [PATCH] chore(deps-dev): update mkdocstrings-python requirement Updates the requirements on [mkdocstrings-python](https://github.com/mkdocstrings/python) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.10...1.19.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 1.19.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 0c7f51fb..9b4ec62e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -170,5 +170,5 @@ dev = [ "mkdocs-material~=9.6.12", "mkdocs-llmstxt~=0.1.0", "mkdocs-include-markdown-plugin~=7.2.0", - "mkdocstrings-python>=1.16.10,<1.19.0", + "mkdocstrings-python>=1.16.10,<1.20.0", ]