We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents eccf57f + 232becd commit 9a2dfa2Copy full SHA for 9a2dfa2
2 files changed
RELEASE_NOTES.md
@@ -2,4 +2,4 @@
2
3
## New Features
4
5
-* Pytest v9.x is now supported.
+* `mkdocs-gen-files` v0.6 is now supported.
pyproject.toml
@@ -38,7 +38,7 @@ classifiers = [
38
requires-python = ">= 3.11, < 4"
39
dependencies = [
40
"nox >= 2022.11.21",
41
- "mkdocs-gen-files >= 0.4.0, < 0.6.0",
+ "mkdocs-gen-files >= 0.4.0, < 0.7.0",
42
"semver >= 3.0.1, < 4",
43
"github-action-utils >= 1.1.0, < 2",
44
"mkdocstrings-python >= 1.14.6, < 2",
@@ -79,7 +79,7 @@ dev-mkdocs = [
79
"black == 25.1.0",
80
"Markdown == 3.8",
81
"mike == 2.1.3",
82
- "mkdocs-gen-files == 0.5.0",
+ "mkdocs-gen-files == 0.6.0",
83
"mkdocs-literate-nav == 0.6.2",
84
"mkdocs-macros-plugin == 1.3.7",
85
"mkdocs-material == 9.6.12",
0 commit comments