Skip to content

Commit f22ceb8

Browse files
build(deps-dev): update mkdocs-material requirement
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@0.1.0...9.7.5) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.5 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c4e9c3 commit f22ceb8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ include = [
5454
exclude = ["/tests"]
5555

5656
[project.optional-dependencies]
57-
material = ["mkdocs-material<9.7.2"]
57+
material = ["mkdocs-material<9.7.6"]
5858

5959
[tool.hatch.envs.default.scripts]
6060
all = [
@@ -65,7 +65,7 @@ all = [
6565
[tool.hatch.envs.test]
6666
dependencies = [
6767
"pytest",
68-
"mkdocs-material<9.7.2"
68+
"mkdocs-material<9.7.6"
6969
]
7070

7171
[tool.hatch.envs.test.scripts]
@@ -79,7 +79,7 @@ type = ["default"]
7979

8080
[tool.hatch.envs.doc]
8181
dependencies = [
82-
"mkdocs-material<9.7.2"
82+
"mkdocs-material<9.7.6"
8383
]
8484

8585
[tool.hatch.envs.doc.scripts]

0 commit comments

Comments
 (0)