]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
⬆️ Upgrade MkDocs Material (#668)
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 23 Oct 2023 08:15:05 +0000 (12:15 +0400)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 08:15:05 +0000 (08:15 +0000)
pyproject.toml
scripts/docs-live.sh

index 73d8b3ac92d630f448475143c2a83bb5bb96880b..7aa9f968857f44bb7cb027991cb58092aba1c1fb 100644 (file)
@@ -39,8 +39,7 @@ sqlalchemy2-stubs = {version = "*", allow-prereleases = true}
 pytest = "^7.0.1"
 mypy = "0.971"
 black = "^22.10.0"
-mkdocs = "^1.2.1"
-mkdocs-material = "^8.1.4"
+mkdocs-material = "9.1.21"
 pillow = "^9.3.0"
 cairosvg = "^2.5.2"
 mdx-include = "^1.4.1"
index 5342a9e59f1a44112b9e6935d3dfecc90f7a3daa..f9d31ba3618c5b9c11c15c56b308d0ba148a2493 100755 (executable)
@@ -2,4 +2,6 @@
 
 set -e
 
+export DYLD_FALLBACK_LIBRARY_PATH="/opt/homebrew/lib"
+
 mkdocs serve --dev-addr 127.0.0.1:8008