diff --git a/poetry.lock b/poetry.lock index 3bb7bcb..a4d07cd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -749,7 +749,7 @@ mkdocs = ">=1.1,<2.0" [[package]] name = "mkdocstrings" -version = "0.19.0" +version = "0.19.1" description = "Automatic documentation from sources, for MkDocs." category = "dev" optional = false @@ -1454,7 +1454,7 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "1.1" python-versions = "^3.7.0" -content-hash = "c564de858a7be0d75800f75a47f9856c2a8a0e6b4d2fd03138ec37f2f23a766a" +content-hash = "78df20cb4c89f1784ecfe3342bb4f6959e4b2921b21ffe1bc8957cb58a2bdee6" [metadata.files] aiomysql = [ @@ -1975,8 +1975,8 @@ mkdocs-section-index = [ {file = "mkdocs_section_index-0.3.4-py3-none-any.whl", hash = "sha256:214f7a6df9d35a5772e9577f3899ff3edd90044064589e6dd4d84615b72a8024"}, ] mkdocstrings = [ - {file = "mkdocstrings-0.19.0-py3-none-any.whl", hash = "sha256:3217d510d385c961f69385a670b2677e68e07b5fea4a504d86bf54c006c87c7d"}, - {file = "mkdocstrings-0.19.0.tar.gz", hash = "sha256:efa34a67bad11229d532d89f6836a8a215937548623b64f3698a1df62e01cc3e"}, + {file = "mkdocstrings-0.19.1-py3-none-any.whl", hash = "sha256:32a38d88f67f65b264184ea71290f9332db750d189dea4200cbbe408d304c261"}, + {file = "mkdocstrings-0.19.1.tar.gz", hash = "sha256:d1037cacb4b522c1e8c164ed5d00d724a82e49dcee0af80db8fb67b384faeef9"}, ] mkdocstrings-python = [ {file = "mkdocstrings-python-0.8.2.tar.gz", hash = "sha256:b22528b7a7a0589d007eced019d97ad14de4eba4b2b9ba6a013bb66edc74ab43"}, diff --git a/pyproject.toml b/pyproject.toml index f0dfa11..ee67911 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ types-toml = "^0.10.8" mkdocs = "^1.4.2" mkdocs-material = ">=8.1.2,<8.6" mkdocs-material-extensions = "^1.1" -mkdocstrings = {version = "==0.19.0", extras = ["python"]} +mkdocstrings = {version = "==0.19.1", extras = ["python"]} mkdocs-gen-files = "^0.4.0" mkdocs-literate-nav = "^0.5.0" mkdocs-section-index = "^0.3.4"