diff --git a/poetry.lock b/poetry.lock index 28d2fcd..f7f5ba0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1971,23 +1971,23 @@ mkdocs = ">=1.2" [[package]] name = "mkdocstrings" -version = "0.25.2" +version = "0.26.1" description = "Automatic documentation from sources, for MkDocs." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocstrings-0.25.2-py3-none-any.whl", hash = "sha256:9e2cda5e2e12db8bb98d21e3410f3f27f8faab685a24b03b06ba7daa5b92abfc"}, - {file = "mkdocstrings-0.25.2.tar.gz", hash = "sha256:5cf57ad7f61e8be3111a2458b4e49c2029c9cb35525393b179f9c916ca8042dc"}, + {file = "mkdocstrings-0.26.1-py3-none-any.whl", hash = "sha256:29738bfb72b4608e8e55cc50fb8a54f325dc7ebd2014e4e3881a49892d5983cf"}, + {file = "mkdocstrings-0.26.1.tar.gz", hash = "sha256:bb8b8854d6713d5348ad05b069a09f3b79edbc6a0f33a34c6821141adb03fe33"}, ] [package.dependencies] click = ">=7.0" Jinja2 = ">=2.11.1" -Markdown = ">=3.3" +Markdown = ">=3.6" MarkupSafe = ">=1.1" mkdocs = ">=1.4" -mkdocs-autorefs = ">=0.3.1" -platformdirs = ">=2.2.0" +mkdocs-autorefs = ">=1.2" +platformdirs = ">=2.2" pymdown-extensions = ">=6.3" [package.extras] @@ -4555,4 +4555,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11,<3.13" -content-hash = "821308e640647fa33f5e161185e7df1df04525356392d1c751648d0e98a15e80" +content-hash = "5e995d6aca719f27e41170b2f09548b82c2c661a5e2fefd5144cf411fa3bded8" diff --git a/pyproject.toml b/pyproject.toml index 15754f5..ca02634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pytest-cov = "^5.0.0" [tool.poetry.group.docs.dependencies] jupyter = "^1.0.0" mkdocs = "^1.4.2" -mkdocstrings = ">=0.20,<0.26" +mkdocstrings = ">=0.20,<0.27" mkdocstrings-python = ">=0.8.3,<1.11.0" mkdocs-autorefs = ">=0.4.1,<1.3.0" mkdocs-gen-files = ">=0.4,<0.6"