diff --git a/pyproject.toml b/pyproject.toml index acb92d8a07..f385c87320 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ docs = [ "griffe==2.0.2", "jinja2==3.1.6", "mkdocstrings==1.0.4", - "mkdocstrings-python==2.0.3", + "mkdocstrings-python==2.0.4", "mkdocs-literate-nav==0.6.3", "mkdocs-autorefs==1.4.4", "mkdocs-gen-files==0.6.1", diff --git a/uv.lock b/uv.lock index dd4964565c..66a7aef332 100644 --- a/uv.lock +++ b/uv.lock @@ -3083,7 +3083,7 @@ wheels = [ [[package]] name = "mkdocstrings-python" -version = "2.0.3" +version = "2.0.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "griffelib" }, @@ -3091,9 +3091,9 @@ dependencies = [ { name = "mkdocstrings" }, { name = "typing-extensions", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/29/33/c225eaf898634bdda489a6766fc35d1683c640bffe0e0acd10646b13536d/mkdocstrings_python-2.0.3.tar.gz", hash = "sha256:c518632751cc869439b31c9d3177678ad2bfa5c21b79b863956ad68fc92c13b8", size = 199083, upload-time = "2026-02-20T10:38:36.368Z" } +sdist = { url = "https://files.pythonhosted.org/packages/a4/b4/5fed370d8ebd96e4e399460a7146ae989263f16588b05a6facd6dbd51e60/mkdocstrings_python-2.0.4.tar.gz", hash = "sha256:58c73c5d358e64e9b1673447663f4a2f8a8941e392e225fc0a0c893758cc452f", size = 199219, upload-time = "2026-06-05T08:13:01.819Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/32/28/79f0f8de97cce916d5ae88a7bee1ad724855e83e6019c0b4d5b3fabc80f3/mkdocstrings_python-2.0.3-py3-none-any.whl", hash = "sha256:0b83513478bdfd803ff05aa43e9b1fca9dd22bcd9471f09ca6257f009bc5ee12", size = 104779, upload-time = "2026-02-20T10:38:34.517Z" }, + { url = "https://files.pythonhosted.org/packages/5e/e3/00ec594aef5f55522e6d373bc2ac53e53a8f5e9ae32f2d6854b0de4270f3/mkdocstrings_python-2.0.4-py3-none-any.whl", hash = "sha256:fd87c173e1e719a85997b6d4f852cdc55f36710e0ed08da3a7bd9abe79c9db00", size = 104790, upload-time = "2026-06-05T08:13:00.393Z" }, ] [[package]] @@ -4834,7 +4834,7 @@ docs = [ { name = "mkdocs-material-extensions", specifier = "==1.3.1" }, { name = "mkdocs-section-index", specifier = "==0.3.12" }, { name = "mkdocstrings", specifier = "==1.0.4" }, - { name = "mkdocstrings-python", specifier = "==2.0.3" }, + { name = "mkdocstrings-python", specifier = "==2.0.4" }, ] notebook = [{ name = "jupyterlab", specifier = ">=4.0.0" }]