build(deps-dev): bump mkdocs-literate-nav from 0.5.0 to 0.6.0 (#1022)

Bumps [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases)
- [Commits](https://github.com/oprypin/mkdocs-literate-nav/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: mkdocs-literate-nav
  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-04-02 16:39:29 +07:00
committed by GitHub
parent b6bb68ffcf
commit fafe31e250
2 changed files with 7 additions and 7 deletions

View File

@ -106,7 +106,7 @@ mkdocs-material = ">=8.1.2,<8.6"
mkdocs-material-extensions = "^1.1"
mkdocstrings = {version = "==0.20.0", extras = ["python"]}
mkdocs-gen-files = "^0.4.0"
mkdocs-literate-nav = "^0.5.0"
mkdocs-literate-nav = "^0.6.0"
mkdocs-section-index = "^0.3.4"
dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }