diff --git a/poetry.lock b/poetry.lock index 93cbfaa..975a248 100644 --- a/poetry.lock +++ b/poetry.lock @@ -738,7 +738,7 @@ mkdocs = ">=1.1,<2.0" [[package]] name = "mkdocstrings" -version = "0.18.0" +version = "0.18.1" description = "Automatic documentation from sources, for MkDocs." category = "dev" optional = false @@ -1426,7 +1426,7 @@ sqlite = [] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "8e7dd23d545ba92663eed6340872b89520a1c4125d9b5c09e42dad7b9176c31d" +content-hash = "a376a2a94a031d5813f1faa319d6d03469077a1299fd880db9b1b44d7750154a" [metadata.files] aiomysql = [ @@ -1912,8 +1912,8 @@ mkdocs-section-index = [ {file = "mkdocs_section_index-0.3.4-py3-none-any.whl", hash = "sha256:214f7a6df9d35a5772e9577f3899ff3edd90044064589e6dd4d84615b72a8024"}, ] mkdocstrings = [ - {file = "mkdocstrings-0.18.0-py3-none-any.whl", hash = "sha256:75e277f6a56a894a727efcf6d418d36cd43d4db7da9614c2dc23300e257d95ad"}, - {file = "mkdocstrings-0.18.0.tar.gz", hash = "sha256:01d8ab962fc1f388c9b15cbf8c078b8738f92adf983b626d74135aaee2bce33a"}, + {file = "mkdocstrings-0.18.1-py3-none-any.whl", hash = "sha256:4053929356df8cd69ed32eef71d8f676a472ef72980c9ffd4f933ead1debcdad"}, + {file = "mkdocstrings-0.18.1.tar.gz", hash = "sha256:fb7c91ce7e3ab70488d3fa6c073a4f827cdc319042f682ef8ea95459790d64fc"}, ] mkdocstrings-python = [ {file = "mkdocstrings-python-0.6.6.tar.gz", hash = "sha256:37281696b9f199624ae420e0625b6659b7fdfbea736618bce7fd978682dea3b1"}, diff --git a/pyproject.toml b/pyproject.toml index a9bc2da..14b0dc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ types-toml = "^0.10.7" mkdocs = "^1.2.3" mkdocs-material = ">=8.1.2,<8.3" mkdocs-material-extensions = "^1.0.3" -mkdocstrings = {version = "==0.18", extras = ["python"]} +mkdocstrings = {version = "==0.18.1", extras = ["python"]} mkdocs-gen-files = "^0.3.4" mkdocs-literate-nav = "^0.4.1" mkdocs-section-index = "^0.3.4"