Skip to content

Commit 9fe04d3

Browse files
Bump the docs-dependencies group with 2 updates (#7)
Bumps the docs-dependencies group with 2 updates: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings). Updates `mkdocs-material` from 9.5.49 to 9.7.1 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.49...9.7.1) Updates `mkdocstrings[python]` from 0.27.0 to 1.0.0 - [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.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: docs-dependencies - dependency-name: mkdocstrings[python] dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: docs-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8519bc8 commit 9fe04d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ dev = [
4141
]
4242
docs = [
4343
"mkdocs==1.6.1",
44-
"mkdocs-material==9.5.49",
45-
"mkdocstrings[python]==0.27.0",
44+
"mkdocs-material==9.7.1",
45+
"mkdocstrings[python]==1.0.0",
4646
"mkdocs-jupyter==0.25.1",
4747
"mkdocs-plotly-plugin==0.1.3",
4848
"jupyter==1.1.1",

0 commit comments

Comments
 (0)