From f091e205f03ec8b743b8b9d09185634a2519bb0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20P=C5=99evr=C3=A1til?= Date: Mon, 14 Oct 2024 15:02:29 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20`mkdocstrings`=20ve?= =?UTF-8?q?rsions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 325d3c6e..bc317455 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,8 +68,8 @@ GitPython = { version = "^3.1.20", optional = true } black = { version = "^22", optional = true } mkdocs-material = { version = "^9.5.17", optional = true } -mkdocstrings = { version = "^0.20", optional = true } -mkdocstrings-python = { version = "^1", optional = true } +mkdocstrings = { version = "^0.26", optional = true } +mkdocstrings-python = { version = "^1.12", optional = true } pymdown-extensions = { version = "^10", optional = true } pygments = { version = "^2", optional = true } mike = { version = "^2.0.0", optional = true }