From bfac532dbdec81ffe55be7f84864c801d74c7938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:02:29 +0000 Subject: [PATCH] build(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.6.3...2.0.1) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.1 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 7f12b63..eae3a59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ docs = [ "mkdocs-gen-files>=0.5.0,<1", "mkdocs-material>=9.3.1,<10", "mkdocs-section-index>=0.3.6,<1", - "mkdocstrings-python>=1.6.3,<2" + "mkdocstrings-python>=1.6.3,<3" ] tests = [ "dvc-render[table,markdown]",