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

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"