From 0bc7cd39a90fa46c23ca9ef9d19c51ecb8e1145c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=AC=A2=20Samuel=20Colvin?= Date: Sun, 15 Jan 2023 09:27:59 -0800 Subject: [PATCH] uprev mkdocs-material, fix maxcdn errors (#4954) --- docs/requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2cf41a578e..09e58d0a81 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,13 +3,12 @@ ansi2html==1.8.0 flake8==5.0.4 flake8-quotes==3.3.1 hypothesis==6.54.4 -markdown-include==0.7.0 +markdown-include==0.8.0 mdx-truly-sane-lists==1.3 -mkdocs==1.3.1 +mkdocs==1.4.2 mkdocs-exclude==1.0.2 -mkdocs-material==8.4.2 +mkdocs-material==9.0.5 pyupgrade==2.37.3 sqlalchemy orjson ujson -