Skip to content

Commit 6ab21b6

Browse files
authored
Update dependency mkdocstrings to v1 (#281)
2 parents 005f36c + e76b5e1 commit 6ab21b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
},
1111
{
1212
"groupName": "docs/requirements.txt",
13-
"matchPaths": ["docs/requirements.txt"]
13+
"matchPaths": ["docs/requirements.txt"],
14+
"separateMajorMinor": "false"
1415
}
1516
],
1617
"schedule": ["on the first day of the month"]

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mkdocs==1.6.1
22
mkdocs-include-markdown-plugin
33
mkdocs-material
4-
mkdocstrings[python]==0.30.1
4+
mkdocstrings[python]==1.0.0
55
pygments
66
pymdown-extensions==10.17.2

0 commit comments

Comments
 (0)