From a504a22db27397cabad98a599c11a0a1f0bd115b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:42:49 +0000 Subject: [PATCH] chore: bump mkdocs-gen-files from 0.6.0 to 0.6.1 Bumps [mkdocs-gen-files](https://github.com/oprypin/mkdocs-gen-files) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/oprypin/mkdocs-gen-files/releases) - [Commits](https://github.com/oprypin/mkdocs-gen-files/compare/v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: mkdocs-gen-files dependency-version: 0.6.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0431d1833..0691d3d7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ docs = [ "mkdocs-material==9.7.6", "mkdocstrings-python==1.19.0", "mkdocs-table-reader-plugin==3.1.0", - "mkdocs-gen-files==0.6.0", + "mkdocs-gen-files==0.6.1", "mkdocs-include-markdown-plugin==7.2.1", "mkdocs-literate-nav==0.6.2", "mkdocs-plotly-plugin==0.1.3",