forked from mirrors/jj
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:
parent
f62293d218
commit
e701b08f42
1 changed files with 2 additions and 1 deletions
|
@ -11,8 +11,9 @@ authors = []
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
# These can be updated with `poetry add`.
|
||||||
mkdocs = "^1.5.2"
|
mkdocs = "^1.5.2"
|
||||||
mkdocs-material = "^9.2.5"
|
mkdocs-material = "^9.4"
|
||||||
# (Py)Markdown extensions
|
# (Py)Markdown extensions
|
||||||
mdx-truly-sane-lists = "^1.3"
|
mdx-truly-sane-lists = "^1.3"
|
||||||
mdx-breakless-lists = "^1.0.1"
|
mdx-breakless-lists = "^1.0.1"
|
||||||
|
|
Loading…
Reference in a new issue