From a03d9fd14458677351e60dcd2628753f2f69e092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 23:33:19 +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.26.0...1.0.6) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.6 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1915c21..3edd658 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "ruff>=0.12.2,<0.17.0", "mkdocs>=1.6,<2.0", "mkdocs-material>=9.5,<10.0", - "mkdocstrings[python]>=0.26,<0.30", + "mkdocstrings[python]>=0.26,<1.1", "scikit-learn>=1.5,<1.9", "pre-commit>=4.0.1,<4.7.0", "pandas>=2.0", @@ -53,7 +53,7 @@ dev-dependencies = [ "ruff>=0.12.2,<0.17.0", "mkdocs>=1.6,<2.0", "mkdocs-material>=9.5,<10.0", - "mkdocstrings[python]>=0.26,<0.30", + "mkdocstrings[python]>=0.26,<1.1", "scikit-learn>=1.5,<1.9", "pre-commit>=4.0.1,<4.7.0", "pandas>=2.0",