Skip to content

Commit 0fa420b

Browse files
Update mkdocs-material requirement (#58)
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version. - [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.17...9.7.0) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 446c38f commit 0fa420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dev = ["pre-commit>4,<5"]
2828

2929
docs = [
3030
"mkdocstrings[python]~=0.25",
31-
"mkdocs-material>=9.5.17,<9.7.0",
31+
"mkdocs-material>=9.5.17,<9.8.0",
3232
"fancyboxmd~=1.1"
3333
]
3434

0 commit comments

Comments
 (0)