Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #135

Merged
merged 21 commits into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
aabebc2
Trigger linkchecker.yml and python-app.yml on changes to requirements…
ahouseholder May 6, 2024
af185ae
Bump the mkdocs group with 3 updates (#114)
dependabot[bot] May 6, 2024
f5cbb42
Bump dataclasses-json from 0.6.4 to 0.6.5 (#115)
dependabot[bot] May 6, 2024
5bdd268
Bump the mkdocs group with 3 updates (#117)
dependabot[bot] May 8, 2024
fc2f95c
Bump dataclasses-json from 0.6.5 to 0.6.6 (#119)
dependabot[bot] May 14, 2024
fea7141
Bump the mkdocs group with 2 updates (#118)
dependabot[bot] May 14, 2024
564c580
--- (#121)
dependabot[bot] May 21, 2024
60127aa
--- (#120)
dependabot[bot] May 21, 2024
bda967a
Bump markdown-exec from 1.8.2 to 1.8.3 (#123)
dependabot[bot] May 28, 2024
c84464f
Bump scipy from 1.13.0 to 1.13.1 (#124)
dependabot[bot] May 28, 2024
2c62f61
Bump the mkdocs group with 2 updates (#122)
dependabot[bot] May 28, 2024
78979d9
Bump the mkdocs group with 3 updates (#125)
dependabot[bot] Jun 5, 2024
7e4f62c
Bump dataclasses-json from 0.6.6 to 0.6.7 (#127)
dependabot[bot] Jun 13, 2024
e803651
Bump the mkdocs group with 2 updates (#126)
dependabot[bot] Jun 13, 2024
95ee5ff
Bump markdown-exec from 1.8.3 to 1.9.1 (#129)
dependabot[bot] Jun 18, 2024
72a13bd
Bump mkdocs-material from 9.5.26 to 9.5.27 in the mkdocs group (#128)
dependabot[bot] Jun 18, 2024
e9d9848
Bump markdown-exec from 1.9.1 to 1.9.3 (#131)
dependabot[bot] Jun 24, 2024
d50d84d
Bump the mkdocs group with 2 updates (#130)
dependabot[bot] Jun 24, 2024
1298123
Update mkdocs.yml (#134)
ahouseholder Jul 9, 2024
4be4616
Bump scipy from 1.13.1 to 1.14.0 (#133)
dependabot[bot] Jul 9, 2024
04ecbb9
Bump mkdocs-material from 9.5.27 to 9.5.28 in the mkdocs group (#132)
dependabot[bot] Jul 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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