mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-26 14:00:51 +00:00
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"
|
||||
|
||||
[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"
|
||||
|
|
Loading…
Reference in a new issue