Skip to content

Commit

Permalink
Merge pull request #135 from CERTCC/main
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ahouseholder authored Jul 9, 2024
2 parents 2dbd716 + 04ecbb9 commit 5df87a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
paths:
- '**/*.md'
- .github/workflows/linkchecker.yml
- requirements.txt
workflow_dispatch:

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches: [ "main" ]
paths:
- requirements.txt
- vultron/**
- test/**
- pyproject.toml
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5df87a9

Please sign in to comment.