Skip to content

Commit

Permalink
Merge pull request #43 from ebouchut/config/upgrade_dependencies
Browse files Browse the repository at this point in the history
⬆️ Upgrade Dependencies
  • Loading branch information
ebouchut committed May 8, 2024
2 parents 2ad9367 + 53e935f commit 574cbb5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
3 changes: 3 additions & 0 deletions mkdocs.yml
Expand Up @@ -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:
Expand Down
19 changes: 10 additions & 9 deletions 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
Expand All @@ -7,24 +7,25 @@ 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.5.3
mkdocs-htmlproofer-plugin==1.2.0
mkdocs-material==9.5.13
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
packaging==24.0
paginate==0.5.6
pathspec==0.12.1
platformdirs==4.2.0
Pygments==2.17.2
pymdown-extensions==10.7.1
platformdirs==4.2.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
regex==2023.12.25
regex==2024.4.28
requests==2.31.0
six==1.16.0
soupsieve==2.5
Expand Down

0 comments on commit 574cbb5

Please sign in to comment.