build(deps-dev): bump mkdocs from 1.4.3 to 1.5.0 (#1152)

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.4.3 to 1.5.0.
- [Release notes](https://github.com/mkdocs/mkdocs/releases)
- [Commits](https://github.com/mkdocs/mkdocs/compare/1.4.3...1.5.0)

---
updated-dependencies:
- dependency-name: mkdocs
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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]
2023-07-27 02:12:09 +00:00
committed by GitHub
parent d6371a77ce
commit 3d2ea6376b
2 changed files with 10 additions and 7 deletions

View File

@ -102,7 +102,7 @@ types-requests = "^2.31.0"
types-toml = "^0.10.8"
# Documantation
mkdocs = "^1.4.3"
mkdocs = "^1.5.0"
mkdocs-material = ">=8.1.2,<9.2"
mkdocs-material-extensions = "^1.1"
mkdocstrings = {version = "==0.22.0", extras = ["python"]}