Skip to content

Commit 0e6316b

Browse files
committed
spellcheck
2 parents a92c96a + 67f723c commit 0e6316b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/SpellCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: Checkout Actions Repository
1111
uses: actions/checkout@v4
1212
- name: Check spelling
13-
uses: crate-ci/typos@v1.22.0
13+
uses: crate-ci/typos@v1.23.6
1414
with:
1515
files: ./src ./docs

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
2929
ModelingToolkitSIExt = ["ModelingToolkit", "SymbolicUtils", "Symbolics"]
3030

3131
[compat]
32-
AbstractAlgebra = "0.40, 0.41"
32+
AbstractAlgebra = "0.40, 0.41, 0.42"
3333
Aqua = "0.8"
3434
CPUSummary = "0.2"
3535
Combinatorics = "1"
@@ -41,7 +41,7 @@ LinearAlgebra = "1.6, 1.7"
4141
Logging = "1.6, 1.7"
4242
MacroTools = "0.5"
4343
ModelingToolkit = "9.16"
44-
Nemo = "0.43, 0.44, 0.45"
44+
Nemo = "0.43, 0.44, 0.45, 0.46"
4545
ParamPunPam = "0.4"
4646
Pkg = "1.6, 1.7"
4747
PrecompileTools = "1.2"

0 commit comments

Comments
 (0)