Skip to content

Commit 8183c7a

Browse files
committed
Merge branch 'main' of https://github.com/CERTCC/Vultron into publish
2 parents 591ac36 + 18140f8 commit 8183c7a

File tree

4 files changed

+18
-21
lines changed

4 files changed

+18
-21
lines changed

.github/workflows/lint_md_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: DavidAnson/markdownlint-cli2-action@v16
11+
- uses: DavidAnson/markdownlint-cli2-action@v19
1212
with:
1313
globs: |
1414
*.md

.github/workflows/lint_md_changes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 0
19-
- uses: tj-actions/changed-files@v44
19+
- uses: tj-actions/changed-files@v45
2020
id: changed-files
2121
with:
2222
files: '**/*.md'
2323
separator: ","
24-
- uses: DavidAnson/markdownlint-cli2-action@v16
24+
- uses: DavidAnson/markdownlint-cli2-action@v19
2525
if: steps.changed-files.outputs.any_changed == 'true'
2626
with:
2727
globs: ${{ steps.changed-files.outputs.all_changed_files }}

docs/topics/process_models/em/defaults.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,7 @@ to lengthen it.
305305

306306
For example, if one party prefers an embargo of length $n=4$ days while
307307
another prefers one of length $m=7$ days, we can apply
308-
[\[eq:x_i\]](#eq:x_i){== TODO fix ref to eq:x_i ==},
309-
[\[eq:y_i\]](#eq:y_i){== TODO fix ref to eq:y_i ==}, and
310-
[\[eq:z_i\]](#eq:z_i){== TODO fix ref to eq:z_i ==} as
311-
follows:
308+
$\mathbf{x}$, $\mathbf{y}$, and $\mathbf{z}$ as follows:
312309

313310
$$\begin{split}
314311
\mathbf{x} &= [1,1,1,1,0,0,0] \\

requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
dataclasses-json==0.6.7
2-
markdown-exec==1.9.3
3-
mkdocs==1.6.0
4-
mkdocs-autorefs==1.0.1
5-
mkdocs-bibtex==2.16.0
6-
mkdocs-include-markdown-plugin==6.2.1
2+
markdown-exec==1.10.0
3+
mkdocs==1.6.1
4+
mkdocs-autorefs==1.4.0
5+
mkdocs-bibtex==4.2.1
6+
mkdocs-include-markdown-plugin==7.1.4
77
mkdocs-material-extensions==1.3.1
8-
mkdocs-material==9.5.28
9-
mkdocs-print-site-plugin==2.5.0
10-
mkdocstrings-python==1.10.5
11-
mkdocstrings==0.25.1
12-
networkx==3.3
13-
owlready2==0.46
14-
pandas==2.2.2
15-
rdflib==7.0.0
16-
scipy==1.14.0
8+
mkdocs-material==9.6.5
9+
mkdocs-print-site-plugin==2.6.0
10+
mkdocstrings-python==1.16.2
11+
mkdocstrings==0.28.2
12+
networkx==3.4.2
13+
owlready2==0.47
14+
pandas==2.2.3
15+
rdflib==7.1.3
16+
scipy==1.15.2

0 commit comments

Comments
 (0)