diff --git a/poetry.lock b/poetry.lock index ac7a943..ebf986c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "babel" @@ -555,13 +555,13 @@ files = [ [[package]] name = "mkdocstrings" -version = "0.26.2" +version = "0.27.0" description = "Automatic documentation from sources, for MkDocs." optional = false python-versions = ">=3.9" files = [ - {file = "mkdocstrings-0.26.2-py3-none-any.whl", hash = "sha256:1248f3228464f3b8d1a15bd91249ce1701fe3104ac517a5f167a0e01ca850ba5"}, - {file = "mkdocstrings-0.26.2.tar.gz", hash = "sha256:34a8b50f1e6cfd29546c6c09fbe02154adfb0b361bb758834bf56aa284ba876e"}, + {file = "mkdocstrings-0.27.0-py3-none-any.whl", hash = "sha256:6ceaa7ea830770959b55a16203ac63da24badd71325b96af950e59fd37366332"}, + {file = "mkdocstrings-0.27.0.tar.gz", hash = "sha256:16adca6d6b0a1f9e0c07ff0b02ced8e16f228a9d65a37c063ec4c14d7b76a657"}, ] [package.dependencies] @@ -1236,4 +1236,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.12, <=3.13" -content-hash = "6460c6f6feb20f175eac77d5bff1ca7f6623a7f9756ea0171566aa169e99bafd" +content-hash = "7ece1fff034e6a8c972e1955064bbcc3993644248432d4b866a0670bc2871613" diff --git a/pyproject.toml b/pyproject.toml index acd5608..f9867a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.12, <=3.13" requests = "^2.31.0" -mkdocstrings = {extras = ["python"], version = "^0.26.2"} +mkdocstrings = {extras = ["python"], version = ">=0.26.2,<0.28.0"} [tool.poetry.group.dev.dependencies] mypy = "^1.12.0"