diff --git a/poetry.lock b/poetry.lock index bf5e5f5..0c2edd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -920,13 +920,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] @@ -1949,4 +1949,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ad21f161514e6c9c1507523fe2eb41249209dbcbf86c8abbfeb855713dfd9c5f" +content-hash = "595b7e0d4abceabeb2878304571d9fe86fa0e6858391e474cd7825d7d5b4afed" diff --git a/pyproject.toml b/pyproject.toml index 786b535..8df5e10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -184,7 +184,7 @@ bandit = {extras = ["toml"], version = "^1.7.10"} [tool.poetry.group.docs.dependencies] mkdocs = "^1.6.1" mkdocs-material = "^9.5.41" -mkdocstrings = {extras = ["python"], version = "^0.26.2"} +mkdocstrings = {extras = ["python"], version = ">=0.26.2,<0.28.0"} [build-system] requires = ["poetry-core"]