Bumped MkDocs to 1.5.0 to mitigate error in social plugin

This commit is contained in:
squidfunk
2023-07-27 19:57:03 +02:00
parent 39580db0ac
commit feef806a2d
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ theme:
- content.action.view
- content.code.annotate
- content.code.copy
# - content.code.select
# - content.tabs.link
- content.tooltips
# - header.autohide

View File

@@ -21,7 +21,7 @@
# Requirements for core
jinja2>=3.0
markdown>=3.2
mkdocs>=1.4.2
mkdocs>=1.5.0
mkdocs-material-extensions>=1.1
pygments>=2.14
pymdown-extensions>=9.9.1