From 0105fd05a56de3cdd56f14e43a8f8f24f0f00414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 19:57:41 +0000 Subject: [PATCH] :arrow_up: Update mkdocstrings requirement from ^0.27.0 to ^0.29.0 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.0) --- 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..790a427 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.0"} ruff = "^0.8.0" [tool.ruff.lint]