From 27a16cb4c3e5255187fccb216406cd9edb20dbe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:14:14 +0000 Subject: [PATCH] chore(deps): update dependency mkdocs-gen-files to ^0.6.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51b9d39e..6391e78f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ mkdocstrings = {extras = ["python"], version = "^0.24.0"} mkdocs-git-revision-date-localized-plugin = "^1.1.0" mkdocs-section-index = "^0.3.5" mkdocs-literate-nav = "^0.6.0" -mkdocs-gen-files = "^0.5.0" +mkdocs-gen-files = "^0.6.0" mkdocs-simple-hooks = "^0.1.5"