From 40be9c41f29ef2ee25c1265bb002532ea3447ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 16:26:33 +0000 Subject: [PATCH] Bump mkdocstrings from 0.27.0 to 1.0.2 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.27.0 to 1.0.2. - [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...1.0.2) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 22 ++++++++++------------ pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c0e593a..07d62db2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "astroid" @@ -1361,29 +1361,27 @@ mkdocs = ">=1.2" [[package]] name = "mkdocstrings" -version = "0.27.0" +version = "1.0.2" description = "Automatic documentation from sources, for MkDocs." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["docs"] files = [ - {file = "mkdocstrings-0.27.0-py3-none-any.whl", hash = "sha256:6ceaa7ea830770959b55a16203ac63da24badd71325b96af950e59fd37366332"}, - {file = "mkdocstrings-0.27.0.tar.gz", hash = "sha256:16adca6d6b0a1f9e0c07ff0b02ced8e16f228a9d65a37c063ec4c14d7b76a657"}, + {file = "mkdocstrings-1.0.2-py3-none-any.whl", hash = "sha256:41897815a8026c3634fe5d51472c3a569f92ded0ad8c7a640550873eea3b6817"}, + {file = "mkdocstrings-1.0.2.tar.gz", hash = "sha256:48edd0ccbcb9e30a3121684e165261a9d6af4d63385fc4f39a54a49ac3b32ea8"}, ] [package.dependencies] -click = ">=7.0" -Jinja2 = ">=2.11.1" +Jinja2 = ">=3.1" Markdown = ">=3.6" MarkupSafe = ">=1.1" -mkdocs = ">=1.4" -mkdocs-autorefs = ">=1.2" -platformdirs = ">=2.2" +mkdocs = ">=1.6" +mkdocs-autorefs = ">=1.4" pymdown-extensions = ">=6.3" [package.extras] crystal = ["mkdocstrings-crystal (>=0.3.4)"] -python = ["mkdocstrings-python (>=0.5.2)"] +python = ["mkdocstrings-python (>=1.16.2)"] python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] @@ -2551,4 +2549,4 @@ optionals = ["jsonschema", "legacycrypt", "napalm"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.14" -content-hash = "c4cf31cc632f033968394d1d6ec010ef947a9caca89860db6fdee82b0baec0ae" +content-hash = "789c453821669b932e08f210101f6b3eb4cb51076016cf6652a4d2fd488d1948" diff --git a/pyproject.toml b/pyproject.toml index 2948af71..1a95ff1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ mkdocs-redirects = "1.2.2" # Automatically handle index pages for docs sections mkdocs-section-index = "0.3.10" # Automatic documentation from sources, for MkDocs -mkdocstrings = "0.27.0" +mkdocstrings = "1.0.2" # Python-specific extension to mkdocstrings mkdocstrings-python = "1.13.0" griffe = "1.1.1"