Skip to content

Commit fd11516

Browse files
nbhansenclaude
andcommitted
Update dependencies to fix security vulnerabilities
- mkdocs: 1.5.0 → 1.6.1 - mkdocs-material: 4.6.3 → 9.7.1 - mkdocs-awesome-pages-plugin: 2.4.0 → 2.10.1 - mkdocs-git-revision-date-localized-plugin: 0.4.8 → 1.5.0 - jinja2: 3.1.3 → 3.1.6 Update mkdocs.yml for material 9.x compatibility: - feature.tabs → features list with navigation.tabs - codehilite → pymdownx.highlight Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b7cd60e commit fd11516

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

mkdocs.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ theme:
2020
primary: "yellow"
2121
accent: "deep orange"
2222
logo: "extra/giraf.png"
23-
feature:
24-
tabs: true
23+
features:
24+
- navigation.tabs
25+
- navigation.sections
26+
- search.highlight
2527

2628
# Plugins
2729
plugins:
@@ -34,9 +36,6 @@ plugins:
3436
# See list of extensions at https://squidfunk.github.io/mkdocs-material/extensions/admonition/
3537
markdown_extensions:
3638
- admonition
37-
- codehilite:
38-
guess_lang: false
39-
linenums: true
4039
- toc:
4140
permalink: true
4241
- pymdownx.arithmatex
@@ -45,7 +44,11 @@ markdown_extensions:
4544
- name: mermaid
4645
class: mermaid
4746
format: !!python/name:pymdownx.superfences.fence_div_format
48-
- pymdownx.highlight
47+
- pymdownx.highlight:
48+
anchor_linenums: true
49+
line_spans: __span
50+
pygments_lang_class: true
51+
- pymdownx.inlinehilite
4952
- pymdownx.emoji
5053
- pymdownx.tilde
5154
- pymdownx.tasklist

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
mkdocs==1.5.0
2-
mkdocs-awesome-pages-plugin==2.4.0
3-
mkdocs-git-revision-date-localized-plugin==0.4.8
4-
mkdocs-material==4.6.3
5-
jinja2==3.1.3
1+
mkdocs==1.6.1
2+
mkdocs-awesome-pages-plugin==2.10.1
3+
mkdocs-git-revision-date-localized-plugin==1.5.0
4+
mkdocs-material==9.7.1
5+
jinja2==3.1.6
66
mkdocs-mermaid2-plugin==1.2.3

0 commit comments

Comments
 (0)