From e701b08f4294811429e5222f95c1ad27d24292d8 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Wed, 1 Nov 2023 22:45:46 -0700 Subject: [PATCH] poetry: update mkdocs-material in pyproject.toml Considering the previous commit, it's unclear how compatible we are with previous mkdocs-material versions. --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed1427a3c..b69da983d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"