Skip to content

Commit e412153

Browse files
chore(deps-dev): update mkdocstrings requirement in /sdk (#130)
Updates the requirements on [mkdocstrings](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.27.0...1.0.4) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: zeev <zeevdr@users.noreply.github.com>
1 parent 4c61db2 commit e412153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ otel = [
3333
]
3434
docs = [
3535
"mkdocs-material>=9.5",
36-
"mkdocstrings[python]>=0.27",
36+
"mkdocstrings[python]>=1.0.4",
3737
]
3838
dev = [
3939
"pytest>=9.0.3",

0 commit comments

Comments
 (0)