diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml index 166d0d0..8e6182a 100644 --- a/.github/workflows/linkchecker.yml +++ b/.github/workflows/linkchecker.yml @@ -4,6 +4,7 @@ on: paths: - '**/*.md' - .github/workflows/linkchecker.yml + - requirements.txt workflow_dispatch: jobs: diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 8cabc99..4d70090 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -7,6 +7,7 @@ on: push: branches: [ "main" ] paths: + - requirements.txt - vultron/** - test/** - pyproject.toml diff --git a/mkdocs.yml b/mkdocs.yml index a596767..3fdce0a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -322,7 +322,6 @@ extra: extra_javascript: # to render math - javascripts/mathjax.js - - https://polyfill.io/v3/polyfill.min.js?features=es6 - https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js # to sort tables - https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js diff --git a/requirements.txt b/requirements.txt index a38edee..53825a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -dataclasses-json==0.6.4 -markdown-exec==1.8.1 -mkdocs==1.5.3 +dataclasses-json==0.6.7 +markdown-exec==1.9.3 +mkdocs==1.6.0 mkdocs-autorefs==1.0.1 -mkdocs-bibtex==2.15.0 -mkdocs-include-markdown-plugin==6.0.5 +mkdocs-bibtex==2.16.0 +mkdocs-include-markdown-plugin==6.2.1 mkdocs-material-extensions==1.3.1 -mkdocs-material==9.5.18 -mkdocs-print-site-plugin==2.4.0 -mkdocstrings-python==1.10.0 -mkdocstrings==0.24.3 +mkdocs-material==9.5.28 +mkdocs-print-site-plugin==2.5.0 +mkdocstrings-python==1.10.5 +mkdocstrings==0.25.1 networkx==3.3 owlready2==0.46 pandas==2.2.2 rdflib==7.0.0 -scipy==1.13.0 +scipy==1.14.0