Skip to content

Commit

Permalink
chore(deps-dev): bump mkdocs-material from 9.1.21 to 9.4.8 (#232)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump mkdocs-material from 9.1.21 to 9.4.8

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.21 to 9.4.8.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.1.21...9.4.8)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fixup: fix font configuration

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Cousins <michael@cousins.io>
  • Loading branch information
dependabot[bot] and mcous committed Nov 12, 2023
1 parent 93ff8f4 commit d00da87
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 25 deletions.
5 changes: 3 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ theme:
features:
- navigation.instant
- navigation.sections
font: "Open Sans"
code: "Fira Mono"
font:
text: "Open Sans"
code: "Fira Mono"
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
Expand Down
109 changes: 87 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ruff = "0.1.3"

[tool.poetry.group.docs.dependencies]
mkdocs = { version = "1.5.3", python = ">=3.8" }
mkdocs-material = { version = "9.1.21", python = ">=3.8" }
mkdocs-material = { version = "9.4.8", python = ">=3.8" }
mkdocstrings = { version = "0.23.0", extras = ["python"], python = ">=3.8" }

[tool.poe.tasks]
Expand Down

0 comments on commit d00da87

Please sign in to comment.