From 57a123c7f7876aaf1ceaad6ac4870f76e2ce1677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:15:33 +0000 Subject: [PATCH] Update mkdocstrings requirement from >=0.27,<0.30 to >=0.27,<0.31 Updates the requirements on [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [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.27.0...0.30.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 0.30.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b059a1..86b77dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ flake8 = "^7.1.1" [tool.poetry.group.dev.dependencies] mkdocs = "^1.6.1" -mkdocstrings = {extras = ["python"], version = ">=0.27,<0.30"} +mkdocstrings = {extras = ["python"], version = ">=0.27,<0.31"} mkdocs-material = "^9.5.49" pygments = "^2.18.0" pymdown-extensions = "^10.12"