Skip to content

Commit 574cbb5

Browse files
authored
Merge pull request #43 from ebouchut/config/upgrade_dependencies
⬆️ Upgrade Dependencies
2 parents 2ad9367 + 53e935f commit 574cbb5

File tree

2 files changed

+13
-9
lines changed

2 files changed

+13
-9
lines changed

Diff for: mkdocs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ extra_javascript:
5252
- https://polyfill.io/v3/polyfill.min.js?features=es6
5353
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
5454

55+
validation:
56+
anchors: warn # Check for the existence of anchors present in links
57+
5558
nav:
5659
- Home: 'index.md'
5760
- Settings:

Diff for: requirements.txt

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Babel==2.14.0
1+
Babel==2.15.0
22
beautifulsoup4==4.12.3
33
certifi==2024.2.2
44
charset-normalizer==3.3.2
@@ -7,24 +7,25 @@ colorama==0.4.6
77
ghp-import==2.1.0
88
idna==3.7
99
Jinja2==3.1.4
10-
Markdown==3.5.2
10+
Markdown==3.6
1111
MarkupSafe==2.1.5
1212
mergedeep==1.3.4
13-
mkdocs==1.5.3
14-
mkdocs-htmlproofer-plugin==1.2.0
15-
mkdocs-material==9.5.13
13+
mkdocs==1.6.0
14+
mkdocs-get-deps==0.2.0
15+
mkdocs-htmlproofer-plugin==1.2.1
16+
mkdocs-material==9.5.21
1617
mkdocs-material-extensions==1.3.1
1718
mkdocs-unused-files==0.2.0
1819
packaging==24.0
1920
paginate==0.5.6
2021
pathspec==0.12.1
21-
platformdirs==4.2.0
22-
Pygments==2.17.2
23-
pymdown-extensions==10.7.1
22+
platformdirs==4.2.1
23+
Pygments==2.18.0
24+
pymdown-extensions==10.8.1
2425
python-dateutil==2.9.0.post0
2526
PyYAML==6.0.1
2627
pyyaml_env_tag==0.1
27-
regex==2023.12.25
28+
regex==2024.4.28
2829
requests==2.31.0
2930
six==1.16.0
3031
soupsieve==2.5

0 commit comments

Comments
 (0)