From 232becdb48689b8886b08ab20b2b26194d3e9b53 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Thu, 4 Dec 2025 12:18:14 +0100 Subject: [PATCH] Add support for mkdocs-gen-files v0.6 Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d0c0b638..ff79cf23 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,4 +2,4 @@ ## New Features -* Pytest v9.x is now supported. +* `mkdocs-gen-files` v0.6 is now supported. diff --git a/pyproject.toml b/pyproject.toml index 67085712..9ffe1a0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "nox >= 2022.11.21", - "mkdocs-gen-files >= 0.4.0, < 0.6.0", + "mkdocs-gen-files >= 0.4.0, < 0.7.0", "semver >= 3.0.1, < 4", "github-action-utils >= 1.1.0, < 2", "mkdocstrings-python >= 1.14.6, < 2", @@ -79,7 +79,7 @@ dev-mkdocs = [ "black == 25.1.0", "Markdown == 3.8", "mike == 2.1.3", - "mkdocs-gen-files == 0.5.0", + "mkdocs-gen-files == 0.6.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", "mkdocs-material == 9.6.12",