build(deps-dev): bump mkdocstrings from 0.19.0 to 0.19.1 (#955)

Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.19.0 to 0.19.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.19.0...0.19.1)

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

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

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-12-14 03:13:50 +01:00
committed by GitHub
parent 1db32e6f81
commit 84a97fea59
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -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"},

View File

@ -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"