build(deps-dev): bump mkdocs-literate-nav from 0.6.0 to 0.6.1 (#1193)

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

---
updated-dependencies:
- dependency-name: mkdocs-literate-nav
  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>
This commit is contained in:
dependabot[bot]
2023-09-12 02:39:36 +00:00
committed by GitHub
parent a66fcc664a
commit 822f5b8fb1
2 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ mkdocs-material = ">=8.1.2,<9.3"
mkdocs-material-extensions = "^1.1"
mkdocstrings = {version = "==0.22.0", extras = ["python"]}
mkdocs-gen-files = "^0.5.0"
mkdocs-literate-nav = "^0.6.0"
mkdocs-literate-nav = "^0.6.1"
mkdocs-section-index = "^0.3.6"
dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }