poetry: update mkdocs-material in pyproject.toml

Considering the previous commit, it's unclear how compatible we are
with previous mkdocs-material versions.
This commit is contained in:
Ilya Grigoriev 2023-11-01 22:45:46 -07:00
parent f62293d218
commit e701b08f42

View file

@ -11,8 +11,9 @@ authors = []
python = "^3.8"
[tool.poetry.dev-dependencies]
# These can be updated with `poetry add`.
mkdocs = "^1.5.2"
mkdocs-material = "^9.2.5"
mkdocs-material = "^9.4"
# (Py)Markdown extensions
mdx-truly-sane-lists = "^1.3"
mdx-breakless-lists = "^1.0.1"