From a0bf0239273d9d825cdcacade85be7e07c1bdb3b Mon Sep 17 00:00:00 2001 From: julesbertrand Date: Sat, 25 Jan 2025 10:34:53 +0100 Subject: [PATCH] docs: update mkdocstrings reqs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8b4b997..012f79f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,6 +50,7 @@ codespell = "^2.2" mkdocs = "^1.5" mkdocs-material = {extras = ["pygments"], version = "^9.5.17"} mkdocstrings = "^0.26" +mkdocstrings-python = {markers = "python_version >= \"3.9\"", version = "^1.13.0"} [tool.poetry.extras] profiling = ["pyinstrument"]