Skip to content

Commit 5f635f6

Browse files
sosiristsenggithub-actions[bot]
authored andcommitted
[create-pull-request] automated change
1 parent 47f7774 commit 5f635f6

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

Manifest.toml

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ version = "1.9.3"
174174

175175
[[deps.BracketingNonlinearSolve]]
176176
deps = ["CommonSolve", "ConcreteStructs", "NonlinearSolveBase", "PrecompileTools", "Reexport", "SciMLBase"]
177-
git-tree-sha1 = "0cae3f90f36c467b4115a56e0f57a23200c398c8"
177+
git-tree-sha1 = "fad1448f07155b299bfb925ebf22f5d553bdfb6e"
178178
uuid = "70df07ce-3d50-431d-a3e7-ca6ddb60ac1e"
179-
version = "1.9.0"
179+
version = "1.10.0"
180180
weakdeps = ["ChainRulesCore", "ForwardDiff"]
181181

182182
[deps.BracketingNonlinearSolve.extensions]
@@ -397,9 +397,9 @@ version = "1.9.1"
397397

398398
[[deps.DiffEqBase]]
399399
deps = ["ArrayInterface", "BracketingNonlinearSolve", "ConcreteStructs", "DocStringExtensions", "FastBroadcast", "FastClosures", "FastPower", "FunctionWrappers", "FunctionWrappersWrappers", "LinearAlgebra", "Logging", "Markdown", "MuladdMacro", "PrecompileTools", "Printf", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLOperators", "SciMLStructures", "Setfield", "Static", "StaticArraysCore", "SymbolicIndexingInterface", "TruncatedStacktraces"]
400-
git-tree-sha1 = "450d2277df09cd48c65d7651a7c92759244ab299"
400+
git-tree-sha1 = "a3db6541b36fa5082dbce151d60cded925cdf303"
401401
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
402-
version = "6.205.1"
402+
version = "6.208.0"
403403

404404
[deps.DiffEqBase.extensions]
405405
DiffEqBaseCUDAExt = "CUDA"
@@ -1327,20 +1327,22 @@ version = "11.11.0"
13271327

13281328
[[deps.ModelingToolkitBase]]
13291329
deps = ["ADTypes", "AbstractTrees", "ArrayInterface", "BipartiteGraphs", "BlockArrays", "Combinatorics", "CommonSolve", "Compat", "ConstructionBase", "DataStructures", "DiffEqBase", "DiffEqCallbacks", "DiffRules", "DifferentiationInterface", "DocStringExtensions", "DomainSets", "EnumX", "ExprTools", "FillArrays", "FindFirstFunctions", "ForwardDiff", "FunctionWrappers", "FunctionWrappersWrappers", "Graphs", "ImplicitDiscreteSolve", "InteractiveUtils", "JumpProcesses", "Libdl", "LinearAlgebra", "Moshi", "NaNMath", "OffsetArrays", "OrderedCollections", "PreallocationTools", "PrecompileTools", "REPL", "Random", "ReadOnlyDicts", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLBase", "SciMLPublic", "SciMLStructures", "Serialization", "Setfield", "SimpleNonlinearSolve", "SparseArrays", "SpecialFunctions", "StaticArrays", "SymbolicIndexingInterface", "SymbolicUtils", "Symbolics", "UnPack"]
1330-
git-tree-sha1 = "0b71d8ff34b871ad93d0f96e338761e96e41cd82"
1330+
git-tree-sha1 = "9cb80993bc8a78c79c2f700a76e351197fa164a0"
13311331
uuid = "7771a370-6774-4173-bd38-47e70ca0b839"
1332-
version = "1.14.0"
1332+
version = "1.15.0"
13331333

13341334
[deps.ModelingToolkitBase.extensions]
13351335
MTKBifurcationKitExt = "BifurcationKit"
13361336
MTKCasADiDynamicOptExt = "CasADi"
13371337
MTKChainRulesCoreExt = "ChainRulesCore"
13381338
MTKDiffEqNoiseProcessExt = "DiffEqNoiseProcess"
13391339
MTKDynamicQuantitiesExt = "DynamicQuantities"
1340+
MTKEnzymeCoreExt = "EnzymeCore"
13401341
MTKInfiniteOptExt = "InfiniteOpt"
13411342
MTKJuliaFormatterExt = "JuliaFormatter"
13421343
MTKLabelledArraysExt = "LabelledArrays"
13431344
MTKLatexifyExt = "Latexify"
1345+
MTKMooncakeExt = "Mooncake"
13441346
MTKPyomoDynamicOptExt = "Pyomo"
13451347

13461348
[deps.ModelingToolkitBase.weakdeps]
@@ -1349,10 +1351,12 @@ version = "1.14.0"
13491351
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
13501352
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
13511353
DynamicQuantities = "06fc5a27-2a28-4c7c-a15d-362465fb6821"
1354+
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
13521355
InfiniteOpt = "20393b10-9daf-11e9-18c9-8db751c92c57"
13531356
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
13541357
LabelledArrays = "2ee39098-c373-598a-b85f-a56591580800"
13551358
Latexify = "23fbe1c1-3f47-55db-b15f-69d7ec21a316"
1359+
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
13561360
Pyomo = "0e8e1daf-01b5-4eba-a626-3897743a3816"
13571361

13581362
[[deps.ModelingToolkitTearing]]
@@ -1443,9 +1447,9 @@ version = "4.15.0"
14431447

14441448
[[deps.NonlinearSolveBase]]
14451449
deps = ["ADTypes", "Adapt", "ArrayInterface", "CommonSolve", "Compat", "ConcreteStructs", "DifferentiationInterface", "EnzymeCore", "FastClosures", "LinearAlgebra", "LogExpFunctions", "Markdown", "MaybeInplace", "PreallocationTools", "Preferences", "Printf", "RecursiveArrayTools", "SciMLBase", "SciMLJacobianOperators", "SciMLLogging", "SciMLOperators", "SciMLStructures", "Setfield", "StaticArraysCore", "SymbolicIndexingInterface", "TimerOutputs"]
1446-
git-tree-sha1 = "37fafbc6299df165db942a4f1dc057f6f688827c"
1450+
git-tree-sha1 = "079e3482b0b1c7c1804c48244771980de02e3c64"
14471451
uuid = "be0214bd-f91f-a760-ac4e-3421ce2b2da0"
1448-
version = "2.12.0"
1452+
version = "2.13.0"
14491453

14501454
[deps.NonlinearSolveBase.extensions]
14511455
NonlinearSolveBaseBandedMatricesExt = "BandedMatrices"
@@ -1567,15 +1571,15 @@ version = "1.9.0"
15671571

15681572
[[deps.OrdinaryDiffEqBDF]]
15691573
deps = ["ADTypes", "ArrayInterface", "DiffEqBase", "FastBroadcast", "LinearAlgebra", "MacroTools", "MuladdMacro", "OrdinaryDiffEqCore", "OrdinaryDiffEqDifferentiation", "OrdinaryDiffEqNonlinearSolve", "OrdinaryDiffEqSDIRK", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "StaticArrays", "TruncatedStacktraces"]
1570-
git-tree-sha1 = "6d2cca7ecba41232b0a4ef6cee49e265d2367353"
1574+
git-tree-sha1 = "52be1662eb3fcd4c26885d83e2626ec645e0780d"
15711575
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
1572-
version = "1.16.0"
1576+
version = "1.18.0"
15731577

15741578
[[deps.OrdinaryDiffEqCore]]
15751579
deps = ["ADTypes", "Accessors", "Adapt", "ArrayInterface", "ConcreteStructs", "DataStructures", "DiffEqBase", "DocStringExtensions", "EnumX", "EnzymeCore", "FastBroadcast", "FastClosures", "FastPower", "FillArrays", "FunctionWrappersWrappers", "InteractiveUtils", "LinearAlgebra", "Logging", "MacroTools", "MuladdMacro", "Polyester", "PrecompileTools", "Preferences", "RecursiveArrayTools", "Reexport", "SciMLBase", "SciMLLogging", "SciMLOperators", "SciMLStructures", "Static", "StaticArrayInterface", "StaticArraysCore", "SymbolicIndexingInterface", "TruncatedStacktraces"]
1576-
git-tree-sha1 = "61ebd6dbcb288df48ab2dc0020d4a615cf335d5e"
1580+
git-tree-sha1 = "4140347c335de30d4777aba3fca74a13f80e2561"
15771581
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
1578-
version = "3.5.2"
1582+
version = "3.8.0"
15791583

15801584
[deps.OrdinaryDiffEqCore.extensions]
15811585
OrdinaryDiffEqCoreMooncakeExt = "Mooncake"
@@ -2057,9 +2061,9 @@ version = "0.1.0"
20572061

20582062
[[deps.SciMLBase]]
20592063
deps = ["ADTypes", "Accessors", "Adapt", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "Moshi", "PreallocationTools", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLLogging", "SciMLOperators", "SciMLPublic", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2060-
git-tree-sha1 = "cfbb2b828940381def7e1ad6e45e402ebe6a2ebb"
2064+
git-tree-sha1 = "43608a31c4eb23b2dbe8ad3c20ea38f3a52ce7ae"
20612065
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2062-
version = "2.140.0"
2066+
version = "2.142.1"
20632067

20642068
[deps.SciMLBase.extensions]
20652069
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2174,9 +2178,9 @@ version = "1.2.0"
21742178

21752179
[[deps.SimpleNonlinearSolve]]
21762180
deps = ["ADTypes", "ArrayInterface", "BracketingNonlinearSolve", "CommonSolve", "ConcreteStructs", "DifferentiationInterface", "FastClosures", "FiniteDiff", "ForwardDiff", "LineSearch", "LinearAlgebra", "MaybeInplace", "NonlinearSolveBase", "PrecompileTools", "Reexport", "SciMLBase", "Setfield", "StaticArraysCore"]
2177-
git-tree-sha1 = "315da09948861edbc6d18e066c08903487bb580d"
2181+
git-tree-sha1 = "744c3f0fb186ad28376199c1e72ca39d0c614b5d"
21782182
uuid = "727e6d20-b764-4bd8-a329-72de5adea6c7"
2179-
version = "2.10.0"
2183+
version = "2.11.0"
21802184

21812185
[deps.SimpleNonlinearSolve.extensions]
21822186
SimpleNonlinearSolveChainRulesCoreExt = "ChainRulesCore"
@@ -2274,9 +2278,9 @@ weakdeps = ["OffsetArrays", "StaticArrays"]
22742278

22752279
[[deps.StaticArrays]]
22762280
deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
2277-
git-tree-sha1 = "eee1b9ad8b29ef0d936e3ec9838c7ec089620308"
2281+
git-tree-sha1 = "0f529006004a8be48f1be25f3451186579392d47"
22782282
uuid = "90137ffa-7385-5640-81b9-e52037218182"
2279-
version = "1.9.16"
2283+
version = "1.9.17"
22802284
weakdeps = ["ChainRulesCore", "Statistics"]
22812285

22822286
[deps.StaticArrays.extensions]
@@ -2385,9 +2389,9 @@ version = "1.1.0"
23852389

23862390
[[deps.SymbolicUtils]]
23872391
deps = ["AbstractTrees", "ArrayInterface", "Combinatorics", "ConstructionBase", "DataStructures", "DocStringExtensions", "DynamicPolynomials", "EnumX", "ExproniconLite", "LinearAlgebra", "MacroTools", "Moshi", "MultivariatePolynomials", "MutableArithmetics", "NaNMath", "PrecompileTools", "ReadOnlyArrays", "Setfield", "SparseArrays", "SpecialFunctions", "StaticArraysCore", "SymbolicIndexingInterface", "TaskLocalValues", "TermInterface", "WeakCacheSets"]
2388-
git-tree-sha1 = "2dc0455ca3706fb2baabdfde1a915bfa82e2f2bb"
2392+
git-tree-sha1 = "8eca181fd593cb962bcaaa458177847a65a18542"
23892393
uuid = "d1185830-fcd6-423d-90d6-eec64667417b"
2390-
version = "4.18.2"
2394+
version = "4.18.3"
23912395

23922396
[deps.SymbolicUtils.extensions]
23932397
SymbolicUtilsChainRulesCoreExt = "ChainRulesCore"

0 commit comments

Comments
 (0)