From 4997e872c1de376d82fbf484cac498b3b7d200a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:50:40 +0000 Subject: [PATCH] deps(deps-dev): bump the documentation group across 1 directory with 2 updates Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `mkdocs-material` 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` to 1.0.3 - [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.24.0...1.0.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:development dependency-group: documentation - dependency-name: mkdocstrings dependency-version: 1.0.3 dependency-type: direct:development dependency-group: documentation ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5099569..0da6572 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,8 +71,8 @@ mypy = "^1.8" ruff = "^0.1" black = "^24.1" pre-commit = "^3.6" -mkdocs-material = "^9.5" -mkdocstrings = {extras = ["python"], version = "^0.24"} +mkdocs-material = "^9.7" +mkdocstrings = {extras = ["python"], version = "^1.0"} [tool.poetry.group.test.dependencies] respx = "^0.20"