From 1fa844af41e2cbd0632f8a775d18851cc8e487c8 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Tue, 7 May 2024 22:04:00 +0200 Subject: [PATCH 1/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bump=20dependencies?= =?UTF-8?q?:=20mkdocs=20and=20mkdocs-material?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump mkdocs to 1.6.0 from 1.5.3 Bump mkdocs-material to 9.5.21 from 9.5.13 --- mkdocs.yml | 3 +++ requirements.txt | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2cc41a6..341433c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,6 +52,9 @@ extra_javascript: - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js +validation: + anchors: warn # Check for the existence of anchors present in links + nav: - Home: 'index.md' - Settings: diff --git a/requirements.txt b/requirements.txt index 559fa08..186b852 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,9 +10,10 @@ Jinja2==3.1.4 Markdown==3.5.2 MarkupSafe==2.1.5 mergedeep==1.3.4 -mkdocs==1.5.3 mkdocs-htmlproofer-plugin==1.2.0 -mkdocs-material==9.5.13 +mkdocs==1.6.0 +mkdocs-get-deps==0.2.0 +mkdocs-material==9.5.21 mkdocs-material-extensions==1.3.1 mkdocs-unused-files==0.2.0 packaging==24.0 From cda480eb686a1952bcde012d6411f2476b623dbc Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Tue, 7 May 2024 22:09:33 +0200 Subject: [PATCH 2/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bump=20mkdocs-htmlp?= =?UTF-8?q?roofer-plugin=20to=201.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 186b852..79aa670 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,9 +10,9 @@ Jinja2==3.1.4 Markdown==3.5.2 MarkupSafe==2.1.5 mergedeep==1.3.4 -mkdocs-htmlproofer-plugin==1.2.0 mkdocs==1.6.0 mkdocs-get-deps==0.2.0 +mkdocs-htmlproofer-plugin==1.2.1 mkdocs-material==9.5.21 mkdocs-material-extensions==1.3.1 mkdocs-unused-files==0.2.0 From 2940d63ac588b8eb79e653cb3e02d08f369f9c40 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Tue, 7 May 2024 22:22:53 +0200 Subject: [PATCH 3/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Upgrade=20Babel,=20?= =?UTF-8?q?Markdown,=20Pygments,=20pymdown-extensions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump Babel to 2.15.0 from 2.14.0 Bump Markdown to 3.6 from 2.5.2 Bump Pygments to 2.18.0 from 2.17.2 Bump pymdown-extensions to 10.8.1 from 10.7.1 --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79aa670..ed63573 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Babel==2.14.0 +Babel==2.15.0 beautifulsoup4==4.12.3 certifi==2024.2.2 charset-normalizer==3.3.2 @@ -7,7 +7,7 @@ colorama==0.4.6 ghp-import==2.1.0 idna==3.7 Jinja2==3.1.4 -Markdown==3.5.2 +Markdown==3.6 MarkupSafe==2.1.5 mergedeep==1.3.4 mkdocs==1.6.0 @@ -20,8 +20,8 @@ packaging==24.0 paginate==0.5.6 pathspec==0.12.1 platformdirs==4.2.0 -Pygments==2.17.2 -pymdown-extensions==10.7.1 +Pygments==2.18.0 +pymdown-extensions==10.8.1 python-dateutil==2.9.0.post0 PyYAML==6.0.1 pyyaml_env_tag==0.1 From 06a1aa01ccc35fd7517e27bf120488c4b5876f19 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Tue, 7 May 2024 22:29:49 +0200 Subject: [PATCH 4/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20=20Bump=20platformd?= =?UTF-8?q?irs=20to=204.2.1=20from=204.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed63573..dc6f9c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ mkdocs-unused-files==0.2.0 packaging==24.0 paginate==0.5.6 pathspec==0.12.1 -platformdirs==4.2.0 +platformdirs==4.2.1 Pygments==2.18.0 pymdown-extensions==10.8.1 python-dateutil==2.9.0.post0 From 53e935fc3c405e780d016fd08fe5c8d8d1ca413e Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Tue, 7 May 2024 22:31:18 +0200 Subject: [PATCH 5/5] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=20Bump=20regex=20to?= =?UTF-8?q?=202024.4.28=20from=202023.12.25?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index dc6f9c4..785cd11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ pymdown-extensions==10.8.1 python-dateutil==2.9.0.post0 PyYAML==6.0.1 pyyaml_env_tag==0.1 -regex==2023.12.25 +regex==2024.4.28 requests==2.31.0 six==1.16.0 soupsieve==2.5