diff --git a/pyproject.toml b/pyproject.toml index 2a2f6c9ba..b9901c440 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ docs = [ "markdown-exec==1.12.3", "mkdocs-material==9.7.6", "mkdocs-redirects==1.2.3", - "mkdocstrings[python]==1.0.4", + "mkdocstrings[python]==1.0.6", ] [tool.poe.tasks.coverage] diff --git a/uv.lock b/uv.lock index dafaa8590..af5070d2c 100644 --- a/uv.lock +++ b/uv.lock @@ -371,7 +371,7 @@ docs = [ { name = "markdown-exec", specifier = "==1.12.3" }, { name = "mkdocs-material", specifier = "==9.7.6" }, { name = "mkdocs-redirects", specifier = "==1.2.3" }, - { name = "mkdocstrings", extras = ["python"], specifier = "==1.0.4" }, + { name = "mkdocstrings", extras = ["python"], specifier = "==1.0.6" }, ] [[package]] @@ -993,7 +993,7 @@ wheels = [ [[package]] name = "mkdocstrings" -version = "1.0.4" +version = "1.0.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "jinja2" }, @@ -1003,9 +1003,9 @@ dependencies = [ { name = "mkdocs-autorefs" }, { name = "pymdown-extensions" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/1d/5d/f888d4d3eb31359b327bc9b17a212d6ef03fe0b0682fbb3fc2cb849fb12b/mkdocstrings-1.0.4.tar.gz", hash = "sha256:3969a6515b77db65fd097b53c1b7aa4ae840bd71a2ee62a6a3e89503446d7172", size = 100088, upload-time = "2026-04-15T09:16:53.376Z" } +sdist = { url = "https://files.pythonhosted.org/packages/53/71/f85bdf13355073ae15a7375f09879375a830553552e58c1c4b7e0bbc5c8b/mkdocstrings-1.0.6.tar.gz", hash = "sha256:a0b8c2bdd29a6416c80d717aa369bbf7831946bd9f23c2a66db1b1dbe7693dbd", size = 100649, upload-time = "2026-07-11T19:38:05.732Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/6e/94/be70f8ee9c45f2f62b39a1f0e9303bc20e138a8f3b8e50ffd89498e177e1/mkdocstrings-1.0.4-py3-none-any.whl", hash = "sha256:63464b4b29053514f32a1dbbf604e52876d5e638111b0c295ab7ed3cac73ca9b", size = 35560, upload-time = "2026-04-15T09:16:51.436Z" }, + { url = "https://files.pythonhosted.org/packages/5d/5b/4c1902e8bdd5c4db63284e9d101dece4038d4025d6d88850ffe0a1578980/mkdocstrings-1.0.6-py3-none-any.whl", hash = "sha256:2703708697487d1b6d6d7b412e176fa436edf120c1bf81dc9e126b12d00893c7", size = 35787, upload-time = "2026-07-11T19:38:04.417Z" }, ] [package.optional-dependencies]