Skip to content

Commit e479101

Browse files
Bump the all-julia-packages group across 2 directories with 4 updates
Updates the requirements on [OrdinaryDiffEqCore](https://github.com/SciML/OrdinaryDiffEq.jl), [DiffEqBase](https://github.com/SciML/OrdinaryDiffEq.jl), [RecursiveArrayTools](https://github.com/SciML/RecursiveArrayTools.jl) and [OrdinaryDiffEq](https://github.com/SciML/OrdinaryDiffEq.jl) to permit the latest version. Updates `OrdinaryDiffEqCore` to 5.0.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](SciML/OrdinaryDiffEq.jl@v3.0.0...v5.0.0) Updates `DiffEqBase` to 7.1.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits) Updates `RecursiveArrayTools` to 4.3.0 - [Release notes](https://github.com/SciML/RecursiveArrayTools.jl/releases) - [Commits](SciML/RecursiveArrayTools.jl@v3.0.0...v4.3.0) Updates `DiffEqBase` to 7.1.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](https://github.com/SciML/OrdinaryDiffEq.jl/commits) Updates `OrdinaryDiffEq` to 7.0.0 - [Release notes](https://github.com/SciML/OrdinaryDiffEq.jl/releases) - [Changelog](https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/NEWS.md) - [Commits](SciML/OrdinaryDiffEq.jl@v6.111.0...v7.0.0) --- updated-dependencies: - dependency-name: OrdinaryDiffEqCore dependency-version: 5.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DiffEqBase dependency-version: 7.1.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: RecursiveArrayTools dependency-version: 4.3.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DiffEqBase dependency-version: 7.1.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrdinaryDiffEq dependency-version: 7.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1ba4d53 commit e479101

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ projects = ["test", "docs"]
2525
[compat]
2626
Accessors = "0.1"
2727
ConstructionBase = "1"
28-
DiffEqBase = "6"
28+
DiffEqBase = "6, 7.1"
2929
DoubleFloats = ">= 0.9.2"
3030
LieGroups = "0.1.6"
3131
LinearAlgebra = "1.6"
3232
Manifolds = "0.11"
3333
ManifoldsBase = "2"
3434
Markdown = "1.6"
35-
OrdinaryDiffEqCore = "3"
35+
OrdinaryDiffEqCore = "3, 5.0"
3636
Random = "1.10"
3737
RecursiveArrayTools = "2, 3, 4"
3838
SciMLBase = "1, 2, 3.3"

test/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1616
ManifoldDiffEq = {path = ".."}
1717

1818
[compat]
19-
DiffEqBase = "6"
19+
DiffEqBase = "6, 7.1"
2020
DoubleFloats = "1.7.1"
2121
ForwardDiff = "1.3.3"
2222
LieGroups = "0.1.10"
2323
ManifoldDiffEq = "0.2"
2424
Manifolds = "0.11.20"
25-
OrdinaryDiffEq = "6.111.0"
26-
RecursiveArrayTools = "3"
25+
OrdinaryDiffEq = "6.111.0, 7.0"
26+
RecursiveArrayTools = "3, 4.3"
2727
ReverseDiff = "1.16.2"
2828
StaticArrays = "1.9.18"
2929
Test = "1.10"

0 commit comments

Comments
 (0)