From 88aed04c74f15bff5cb0870ead5f609b940bce6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 00:44:21 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material Bumps the pip group with 1 update in the /packages/zarr-metadata directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocs-material` from 9.7.6 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) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.7 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- packages/zarr-metadata/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/zarr-metadata/pyproject.toml b/packages/zarr-metadata/pyproject.toml index a58d3579a1..8900f96dc5 100644 --- a/packages/zarr-metadata/pyproject.toml +++ b/packages/zarr-metadata/pyproject.toml @@ -51,7 +51,7 @@ test = ["pytest", "pydantic>=2.13", "jsonschema"] docs = [ # Pins match the zarr-python docs environment in the repo-root # pyproject.toml so the two sites render with the same toolchain. - "mkdocs-material==9.7.6", + "mkdocs-material==9.7.7", "mkdocs==1.6.1", "mkdocstrings==1.0.4", "mkdocstrings-python==2.0.5",