From a7d482d53e03e159b6441d5a8a599091c717e086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 03:59:38 +0000 Subject: [PATCH] Bump the patch group with 2 updates Bumps the patch group with 2 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `mkdocstrings-python` from 1.16.10 to 1.16.11 - [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.16.10...1.16.11) Updates `mkdocs-material` from 9.6.12 to 9.6.14 - [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.6.12...9.6.14) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 1.16.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b0a7472..03c8f4cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,9 +82,9 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.12", + "mkdocs-material == 9.6.14", "mkdocstrings[python] == 0.29.1", - "mkdocstrings-python == 1.16.10", + "mkdocstrings-python == 1.16.11", ] dev-mypy = [ "mypy == 1.15.0",