From edea8b7e52aa7c1d6ea1fa6aa3a2d5ec4d7c0681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 13:17:31 +0000 Subject: [PATCH] chore(deps): bump the all group across 1 directory 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.7 - [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.7.6...9.7.7) Updates `mkdocstrings[python]` to 1.0.6 - [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/1.0.4...1.0.6) --- updated-dependencies: - dependency-name: mkdocs-material[imaging] dependency-version: 9.7.7 dependency-type: direct:development dependency-group: all - dependency-name: mkdocstrings[python] dependency-version: 1.0.6 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 6dd43ba15..99e81e680 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,9 +44,9 @@ docs = [ "black>=23.10.1", "mkdocs>=1.4.3", "mkdocs-jupyter>=0.24.5", - "mkdocs-material[imaging]>=9.7.6", + "mkdocs-material[imaging]>=9.7.7", "griffe-inherited-docstrings>=1.0.0", - "mkdocstrings[python]>=1.0.4", + "mkdocstrings[python]>=1.0.6", ] [tool.ruff] diff --git a/uv.lock b/uv.lock index 920a88614..c22b1e5d1 100644 --- a/uv.lock +++ b/uv.lock @@ -2244,8 +2244,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.7.6" }, - { name = "mkdocstrings", extras = ["python"], specifier = ">=1.0.4" }, + { name = "mkdocs-material", extras = ["imaging"], specifier = ">=9.7.7" }, + { name = "mkdocstrings", extras = ["python"], specifier = ">=1.0.6" }, ] [[package]]