Skip to content

Commit 75f518d

Browse files
Merge branch 'main' into pre-commit-ci-update-config
2 parents ba499d3 + 997c8fc commit 75f518d

2 files changed

Lines changed: 241 additions & 176 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ create-release-proposal = "vcs_versioning_workspace.create_release_proposal:main
1818
# PP006 / uv: aggregate groups for local development (members define their own test deps)
1919
dev = [{ include-group = "docs" }, { include-group = "typing" }, { include-group = "release" }]
2020
docs = [
21-
"mkdocs",
22-
"mkdocs-include-markdown-plugin",
23-
"mkdocs-material",
24-
"mkdocstrings[python]>=1.0.4", # 0.29 renamed import to inventories
25-
"pygments",
21+
"mkdocs<2",
22+
"mkdocs-include-markdown-plugin<8",
23+
"mkdocs-material<10",
24+
"mkdocstrings[python]>=1.0.4,<2", # 0.29 renamed import to inventories
25+
"pygments<2.20",
2626
"griffe-public-wildcard-imports",
2727
]
2828
typing = [
@@ -106,4 +106,4 @@ ignore = [
106106
"PC170",
107107
"PC180",
108108
"PC901",
109-
]
109+
]

0 commit comments

Comments
 (0)