Bump mkdocs from 1.2.2 to 1.2.3

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-10-13 10:41:24 +00:00
committed by GitHub
parent 828005e572
commit c9190a2a83
2 changed files with 5 additions and 5 deletions

View File

@ -106,7 +106,7 @@ types-toml = "^0.10.1"
types-dataclasses = { version = "^0.6.0", markers = "python_version < '3.7'" }
# Documantation
mkdocs = "^1.2.2"
mkdocs = "^1.2.3"
mkdocs-material = "^7.3.3"
mkdocs-material-extensions = "^1.0.3"
pydoc-markdown = { version = "^4.3.2", markers = "python_version > '3.7'" }