diff --git a/poetry.lock b/poetry.lock index 85b0bb3a..7ce46ae8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "astroid" @@ -1253,17 +1253,18 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "1.10.8" +version = "1.10.9" description = "A Python handler for mkdocstrings." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocstrings_python-1.10.8-py3-none-any.whl", hash = "sha256:bb12e76c8b071686617f824029cb1dfe0e9afe89f27fb3ad9a27f95f054dcd89"}, - {file = "mkdocstrings_python-1.10.8.tar.gz", hash = "sha256:5856a59cbebbb8deb133224a540de1ff60bded25e54d8beacc375bb133d39016"}, + {file = "mkdocstrings_python-1.10.9-py3-none-any.whl", hash = "sha256:cbe98710a6757dfd4dff79bf36cb9731908fb4c69dd2736b15270ae7a488243d"}, + {file = "mkdocstrings_python-1.10.9.tar.gz", hash = "sha256:f344aaa47e727d8a2dc911e063025e58e2b7fb31a41110ccc3902aa6be7ca196"}, ] [package.dependencies] griffe = ">=0.49" +mkdocs-autorefs = ">=1.0" mkdocstrings = ">=0.25" [[package]] @@ -2467,4 +2468,4 @@ optionals = ["jsonschema", "legacycrypt", "napalm"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f5af924db448fbee9aaf17b097e683cd3b000667ac0c83ab346e6d27136702da" +content-hash = "7d34087ea1e3dec427126c12c67f87b30bb2237a866c504b0ed48f507d2ad7b6" diff --git a/pyproject.toml b/pyproject.toml index 485e57ab..86465a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ mkdocs = "1.6.0" mkdocs-material = "9.5.32" mkdocs-version-annotations = "1.0.0" mkdocstrings = "0.25.2" -mkdocstrings-python = "1.10.8" +mkdocstrings-python = "1.10.9" mkdocs-python-classy = "0.1.3" griffe = "1.1.1"