From 2e65d0f349a10820a5913d780fe79dfb53e726d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 20:23:10 +0000 Subject: [PATCH] :arrow_up: Update mkdocstrings requirement from ^0.27.0 to ^0.29.1 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.29.1) --- updated-dependencies: - dependency-name: mkdocstrings 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 1eda70e..b5a2c25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ coverage-badge = "^1.1.0" pytest-html = "^4.1.1" pytest-cov = "^6.0.0" mkdocs-material = "^9.5.17" -mkdocstrings = {extras = ["python"], version = "^0.27.0"} +mkdocstrings = {extras = ["python"], version = "^0.29.1"} ruff = "^0.8.0" [tool.ruff.lint]