Skip to content

Commit fcf39f7

Browse files
deps(deps-dev): update mkdocstrings[python] requirement
Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.29.0...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-version: 1.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 834687b commit fcf39f7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dev = [
99
]
1010
docs = [
1111
"mkdocs-material~=9.6",
12-
"mkdocstrings[python]~=0.29",
12+
"mkdocstrings[python]>=0.29,<2.0",
1313
"mkdocs~=1.6",
1414
]
1515
test = [

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)