diff --git a/poetry.lock b/poetry.lock index c190656..852482c 100644 --- a/poetry.lock +++ b/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 = "absl-py" @@ -1128,14 +1128,14 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "1.18.2" +version = "2.0.1" description = "A Python handler for mkdocstrings." optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["docs"] files = [ - {file = "mkdocstrings_python-1.18.2-py3-none-any.whl", hash = "sha256:944fe6deb8f08f33fa936d538233c4036e9f53e840994f6146e8e94eb71b600d"}, - {file = "mkdocstrings_python-1.18.2.tar.gz", hash = "sha256:4ad536920a07b6336f50d4c6d5603316fafb1172c5c882370cbbc954770ad323"}, + {file = "mkdocstrings_python-2.0.1-py3-none-any.whl", hash = "sha256:66ecff45c5f8b71bf174e11d49afc845c2dfc7fc0ab17a86b6b337e0f24d8d90"}, + {file = "mkdocstrings_python-2.0.1.tar.gz", hash = "sha256:843a562221e6a471fefdd4b45cc6c22d2607ccbad632879234fa9692e9cf7732"}, ] [package.dependencies] @@ -2455,4 +2455,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "0da1bf5dbbd0d5adda3e446c0201b16b5148a5e70af58d238b5240a3c720dba8" +content-hash = "7ebdd36b5eafc62559fe4c75bb841df6fb7ae4b160077ddd872c164aa9489a0e" diff --git a/pyproject.toml b/pyproject.toml index 52800f3..465809a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ hypothesis = "^6.100" mkdocs = "^1.6" mkdocs-material = "^9.5" mkdocstrings = "^0.30" -mkdocstrings-python = "^1.11" +mkdocstrings-python = ">=1.11,<3.0" mike = "^2.1" [tool.pytest.ini_options]