From 62629f7edebb317a43a63f54a184a262725da275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:16:49 +0000 Subject: [PATCH] chore(deps): bump the all group with 2 updates Updates the requirements on [mkdocs-material[imaging]](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `mkdocs-material[imaging]` to 9.7.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.0...9.7.6) Updates `mkdocstrings[python]` to 1.0.4 - [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.25.1...1.0.4) --- updated-dependencies: - dependency-name: mkdocs-material[imaging] dependency-version: 9.7.6 dependency-type: direct:development dependency-group: all - dependency-name: mkdocstrings[python] dependency-version: 1.0.4 dependency-type: direct:development dependency-group: all ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4c8c17447..66c1ee39f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,9 +43,9 @@ docs = [ "black>=23.10.1", "mkdocs>=1.4.3", "mkdocs-jupyter>=0.24.5", - "mkdocs-material[imaging]>=9.5", + "mkdocs-material[imaging]>=9.7.6", "griffe-inherited-docstrings>=1.0.0", - "mkdocstrings[python]>=0.25.1", + "mkdocstrings[python]>=1.0.4", ] [tool.ruff] diff --git a/uv.lock b/uv.lock index d0597bac8..643a29aab 100644 --- a/uv.lock +++ b/uv.lock @@ -2212,8 +2212,8 @@ docs = [ { name = "griffe-inherited-docstrings", specifier = ">=1.0.0" }, { name = "mkdocs", specifier = ">=1.4.3" }, { name = "mkdocs-jupyter", specifier = ">=0.24.5" }, - { name = "mkdocs-material", extras = ["imaging"], specifier = ">=9.5" }, - { name = "mkdocstrings", extras = ["python"], specifier = ">=0.25.1" }, + { name = "mkdocs-material", extras = ["imaging"], specifier = ">=9.7.6" }, + { name = "mkdocstrings", extras = ["python"], specifier = ">=1.0.4" }, ] [[package]]