diff --git a/poetry.lock b/poetry.lock index a4148d3..a936f5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -757,13 +757,13 @@ files = [ [[package]] name = "mkdocstrings" -version = "0.24.1" +version = "0.25.2" description = "Automatic documentation from sources, for MkDocs." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocstrings-0.24.1-py3-none-any.whl", hash = "sha256:b4206f9a2ca8a648e222d5a0ca1d36ba7dee53c88732818de183b536f9042b5d"}, - {file = "mkdocstrings-0.24.1.tar.gz", hash = "sha256:cc83f9a1c8724fc1be3c2fa071dd73d91ce902ef6a79710249ec8d0ee1064401"}, + {file = "mkdocstrings-0.25.2-py3-none-any.whl", hash = "sha256:9e2cda5e2e12db8bb98d21e3410f3f27f8faab685a24b03b06ba7daa5b92abfc"}, + {file = "mkdocstrings-0.25.2.tar.gz", hash = "sha256:5cf57ad7f61e8be3111a2458b4e49c2029c9cb35525393b179f9c916ca8042dc"}, ] [package.dependencies] @@ -1504,4 +1504,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "e1de492eaff94c83f70f6612174e90912732da75f2b68b2391475ef48c285998" +content-hash = "00e7f9939a4e25193167ffb54b8cf42b83f8ed7dd92a7887074b42e3a01a36c1" diff --git a/pyproject.toml b/pyproject.toml index 4ef2301..7535a00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ tox = "^4.11.1" [tool.poetry.group.docs.dependencies] mkdocs = "^1.4.2" mkdocs-material = "^9.2.7" -mkdocstrings = { extras = ["python"], version = ">=0.23,<0.25" } +mkdocstrings = { extras = ["python"], version = ">=0.23,<0.26" } [build-system] requires = ["poetry-core>=1.0.0"]