diff --git a/docs/poetry.lock b/docs/poetry.lock index 60c6f98514..39dbdf43a7 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 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 = "babel" @@ -535,18 +535,18 @@ mkdocs = ">=1.4.1" [[package]] name = "mkdocstrings" -version = "0.30.1" +version = "1.0.0" description = "Automatic documentation from sources, for MkDocs." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "mkdocstrings-0.30.1-py3-none-any.whl", hash = "sha256:41bd71f284ca4d44a668816193e4025c950b002252081e387433656ae9a70a82"}, - {file = "mkdocstrings-0.30.1.tar.gz", hash = "sha256:84a007aae9b707fb0aebfc9da23db4b26fc9ab562eb56e335e9ec480cb19744f"}, + {file = "mkdocstrings-1.0.0-py3-none-any.whl", hash = "sha256:4c50eb960bff6e05dfc631f6bc00dfabffbcb29c5ff25f676d64daae05ed82fa"}, + {file = "mkdocstrings-1.0.0.tar.gz", hash = "sha256:351a006dbb27aefce241ade110d3cd040c1145b7a3eb5fd5ac23f03ed67f401a"}, ] [package.dependencies] -Jinja2 = ">=2.11.1" +Jinja2 = ">=3.1" Markdown = ">=3.6" MarkupSafe = ">=1.1" mkdocs = ">=1.6" @@ -860,4 +860,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "d2a2201d0ca7101e52a18e12473e757d8ff9c5e56ab5862fabf775e679738619" +content-hash = "dce53c87af4a69cea61523b945917d6b03815c403c5f0196a5a87983b321f25c" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 2f68e68585..476ad46c93 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -13,6 +13,6 @@ license = "MIT" mkdocs = "^1.6.1" mkdocs-material = "^9.6.19" mkdocs-minify-plugin = "^0.8.0" -mkdocstrings = "^0.30.0" +mkdocstrings = "^1.0.0" pymdown-extensions = "^10.14.3" python = "^3.13"