Skip to content

Commit b8762b8

Browse files
Bump the all-julia-packages group across 1 directory with 5 updates
Updates the requirements on [Statistics](https://github.com/JuliaStats/Statistics.jl), [SymbolicLimits](https://github.com/SciML/SymbolicLimits.jl), [Symbolics](https://github.com/JuliaSymbolics/Symbolics.jl), [SymbolicUtils](https://github.com/JuliaSymbolics/SymbolicUtils.jl) and [DataStructures](https://github.com/JuliaCollections/DataStructures.jl) to permit the latest version. Updates `Statistics` to 1.11.1 - [Release notes](https://github.com/JuliaStats/Statistics.jl/releases) - [Commits](https://github.com/JuliaStats/Statistics.jl/commits/v1.11.1) Updates `SymbolicLimits` to 1.0.0 - [Release notes](https://github.com/SciML/SymbolicLimits.jl/releases) - [Commits](https://github.com/SciML/SymbolicLimits.jl/commits) Updates `Symbolics` to 7.4.1 - [Release notes](https://github.com/JuliaSymbolics/Symbolics.jl/releases) - [Changelog](https://github.com/JuliaSymbolics/Symbolics.jl/blob/master/NEWS.md) - [Commits](JuliaSymbolics/Symbolics.jl@v6.0.0...v7.4.1) Updates `SymbolicUtils` to 4.10.0 - [Release notes](https://github.com/JuliaSymbolics/SymbolicUtils.jl/releases) - [Commits](https://github.com/JuliaSymbolics/SymbolicUtils.jl/commits/v4.10.0) Updates `DataStructures` to 0.19.3 - [Release notes](https://github.com/JuliaCollections/DataStructures.jl/releases) - [Changelog](https://github.com/JuliaCollections/DataStructures.jl/blob/master/CHANGELOG.md) - [Commits](JuliaCollections/DataStructures.jl@v0.18.13...v0.19.3) --- updated-dependencies: - dependency-name: Statistics dependency-version: 1.11.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SymbolicLimits dependency-version: 1.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Symbolics dependency-version: 7.4.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SymbolicUtils dependency-version: 4.10.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataStructures dependency-version: 0.19.3 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2a056f1 commit b8762b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ TermInterface = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
1919
[compat]
2020
DataDrivenDiffEq = "1.5"
2121
DataDrivenSparse = "0.1.2"
22-
DataStructures = "0.18.13"
22+
DataStructures = "0.18.13, 0.19"
2323
LinearAlgebra = "<0.0.1, 1"
2424
ForwardDiff = "0.10, 1"
2525
SpecialFunctions = "2"
26-
Statistics = "<0.0.1, 1"
27-
SymbolicLimits = "0.2.3"
28-
SymbolicUtils = "2.1, 3"
29-
Symbolics = "6"
26+
Statistics = "<0.0.1, 1, 1.11"
27+
SymbolicLimits = "0.2.3, 1.0"
28+
SymbolicUtils = "2.1, 3, 4.10"
29+
Symbolics = "6, 7.4"
3030
TermInterface = "2"
3131
julia = "1.9"
3232

0 commit comments

Comments
 (0)