build(deps-dev): bump mkdocs from 1.4.2 to 1.4.3 (#1078)

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

---
updated-dependencies:
- dependency-name: mkdocs
  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>
Co-authored-by: collerek <collerek@gmail.com>
This commit is contained in:
dependabot[bot]
2023-05-19 09:34:48 +02:00
committed by GitHub
parent 498862349b
commit 45300a3739
2 changed files with 5 additions and 5 deletions

View File

@ -101,7 +101,7 @@ types-requests = "^2.29.0"
types-toml = "^0.10.8"
# Documantation
mkdocs = "^1.4.2"
mkdocs = "^1.4.3"
mkdocs-material = ">=8.1.2,<9.2"
mkdocs-material-extensions = "^1.1"
mkdocstrings = {version = "==0.21.2", extras = ["python"]}