From 50bdbff3e43a784a03ae186dbfbfe856794ba1bd Mon Sep 17 00:00:00 2001 From: Alex Lorenzi Date: Wed, 15 Nov 2023 13:46:50 -0500 Subject: [PATCH] Bumped the version of the Material theme to 9.2.7 --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 241a415..ead559b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ # The following are something akin to peer dependencies. They are represented # as ranges in order to support interoperability with other mkdocs plugins or # packages that might otherwise exist in an adopter's environment. -mkdocs>=1.2.2 +mkdocs>=1.5.2 Markdown>=3.2,<3.4 # The following are more akin to direct dependencies. Each line represents one @@ -9,13 +9,13 @@ Markdown>=3.2,<3.4 # pinned to an exact version. Bumps should be accompanied by release notes # explaining what was added or fixed (or at least pointing to the underlying # release notes of the bumped package). -mkdocs-material==9.1.3 +mkdocs-material==9.2.7 mkdocs-monorepo-plugin==1.0.5 plantuml-markdown==3.9.2 markdown_inline_graphviz_extension==1.1.1 mdx_truly_sane_lists==1.3 pygments==2.16.1 -pymdown-extensions==10.0.1 +pymdown-extensions==10.2 # The following are temporary dependencies that are only necessary to work # around incompatible/conflicting underlying dependencies. Each dependency