From 379aa80a35ed873371a4f0a04aaa3706778f9867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:56:07 +0000 Subject: [PATCH] Update mkdocs-literate-nav requirement from >=0.6.0 to >=0.6.3 Updates the requirements on [mkdocs-literate-nav](https://github.com/oprypin/mkdocs-literate-nav) to permit the latest version. - [Release notes](https://github.com/oprypin/mkdocs-literate-nav/releases) - [Commits](https://github.com/oprypin/mkdocs-literate-nav/compare/v0.6.0...v0.6.3) --- updated-dependencies: - dependency-name: mkdocs-literate-nav dependency-version: 0.6.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c0a4638..cec18b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ docs = [ "mkdocs-git-committers-plugin", "mkdocs-git-revision-date-localized-plugin", "mkdocs-include-markdown-plugin", - "mkdocs-literate-nav>=0.6.0", + "mkdocs-literate-nav>=0.6.3", "mkdocs-material>=9.1.0", "mkdocs-section-index>=0.3.5", "mkdocs>=1.4.3",