Bump mkdocstrings from 0.18.0 to 0.18.1 (#660)

Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.18.0...0.18.1)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-05-10 03:23:12 +01:00
committed by GitHub
parent d9b84b3a3d
commit faaef38a28
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -738,7 +738,7 @@ mkdocs = ">=1.1,<2.0"
[[package]] [[package]]
name = "mkdocstrings" name = "mkdocstrings"
version = "0.18.0" version = "0.18.1"
description = "Automatic documentation from sources, for MkDocs." description = "Automatic documentation from sources, for MkDocs."
category = "dev" category = "dev"
optional = false optional = false
@ -1426,7 +1426,7 @@ sqlite = []
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.7.0" python-versions = "^3.7.0"
content-hash = "8e7dd23d545ba92663eed6340872b89520a1c4125d9b5c09e42dad7b9176c31d" content-hash = "a376a2a94a031d5813f1faa319d6d03469077a1299fd880db9b1b44d7750154a"
[metadata.files] [metadata.files]
aiomysql = [ aiomysql = [
@ -1912,8 +1912,8 @@ mkdocs-section-index = [
{file = "mkdocs_section_index-0.3.4-py3-none-any.whl", hash = "sha256:214f7a6df9d35a5772e9577f3899ff3edd90044064589e6dd4d84615b72a8024"}, {file = "mkdocs_section_index-0.3.4-py3-none-any.whl", hash = "sha256:214f7a6df9d35a5772e9577f3899ff3edd90044064589e6dd4d84615b72a8024"},
] ]
mkdocstrings = [ mkdocstrings = [
{file = "mkdocstrings-0.18.0-py3-none-any.whl", hash = "sha256:75e277f6a56a894a727efcf6d418d36cd43d4db7da9614c2dc23300e257d95ad"}, {file = "mkdocstrings-0.18.1-py3-none-any.whl", hash = "sha256:4053929356df8cd69ed32eef71d8f676a472ef72980c9ffd4f933ead1debcdad"},
{file = "mkdocstrings-0.18.0.tar.gz", hash = "sha256:01d8ab962fc1f388c9b15cbf8c078b8738f92adf983b626d74135aaee2bce33a"}, {file = "mkdocstrings-0.18.1.tar.gz", hash = "sha256:fb7c91ce7e3ab70488d3fa6c073a4f827cdc319042f682ef8ea95459790d64fc"},
] ]
mkdocstrings-python = [ mkdocstrings-python = [
{file = "mkdocstrings-python-0.6.6.tar.gz", hash = "sha256:37281696b9f199624ae420e0625b6659b7fdfbea736618bce7fd978682dea3b1"}, {file = "mkdocstrings-python-0.6.6.tar.gz", hash = "sha256:37281696b9f199624ae420e0625b6659b7fdfbea736618bce7fd978682dea3b1"},

View File

@ -110,7 +110,7 @@ types-toml = "^0.10.7"
mkdocs = "^1.2.3" mkdocs = "^1.2.3"
mkdocs-material = ">=8.1.2,<8.3" mkdocs-material = ">=8.1.2,<8.3"
mkdocs-material-extensions = "^1.0.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-gen-files = "^0.3.4"
mkdocs-literate-nav = "^0.4.1" mkdocs-literate-nav = "^0.4.1"
mkdocs-section-index = "^0.3.4" mkdocs-section-index = "^0.3.4"