Skip to content

Commit 62b0fa0

Browse files
Bump the all-julia-packages group across 1 directory with 11 updates
Updates the requirements on [ArrayInterface](https://github.com/JuliaArrays/ArrayInterface.jl), [Functors](https://github.com/FluxML/Functors.jl), [Tracker](https://github.com/FluxML/Tracker.jl), [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [ComponentArrays](https://github.com/SciML/ComponentArrays.jl), [LabelledArrays](https://github.com/SciML/LabelledArrays.jl), [OffsetArrays](https://github.com/JuliaArrays/OffsetArrays.jl), [InvertedIndices](https://github.com/JuliaData/InvertedIndices.jl) and [Unitful](https://github.com/JuliaPhysics/Unitful.jl) to permit the latest version. Updates `ArrayInterface` to 7.23.0 - [Release notes](https://github.com/JuliaArrays/ArrayInterface.jl/releases) - [Commits](JuliaArrays/ArrayInterface.jl@v0.0.1...v7.23.0) Updates `Functors` to 0.5.2 - [Release notes](https://github.com/FluxML/Functors.jl/releases) - [Commits](FluxML/Functors.jl@v0.1.0...v0.5.2) Updates `Tracker` to 0.2.38 - [Release notes](https://github.com/FluxML/Tracker.jl/releases) - [Commits](FluxML/Tracker.jl@v0.1.0...v0.2.38) Updates `StaticArrays` to 1.9.18 - [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases) - [Commits](JuliaArrays/StaticArrays.jl@v0.0.1...v1.9.18) Updates `ForwardDiff` to 1.3.2 - [Release notes](https://github.com/JuliaDiff/ForwardDiff.jl/releases) - [Commits](JuliaDiff/ForwardDiff.jl@v0.0.2...v1.3.2) Updates `BenchmarkTools` to 1.6.3 - [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases) - [Commits](JuliaCI/BenchmarkTools.jl@v0.0.1...v1.6.3) Updates `ComponentArrays` to 0.15.33 - [Release notes](https://github.com/SciML/ComponentArrays.jl/releases) - [Changelog](https://github.com/SciML/ComponentArrays.jl/blob/main/NEWS.md) - [Commits](v0.1.0...v0.15.33) Updates `LabelledArrays` to 1.18.0 - [Release notes](https://github.com/SciML/LabelledArrays.jl/releases) - [Commits](SciML/LabelledArrays.jl@v0.0.1...v1.18.0) Updates `OffsetArrays` to 1.17.0 - [Release notes](https://github.com/JuliaArrays/OffsetArrays.jl/releases) - [Commits](JuliaArrays/OffsetArrays.jl@v0.1.0...v1.17.0) Updates `InvertedIndices` to 1.3.1 - [Release notes](https://github.com/JuliaData/InvertedIndices.jl/releases) - [Commits](https://github.com/JuliaData/InvertedIndices.jl/commits) Updates `Unitful` to 1.28.0 - [Release notes](https://github.com/JuliaPhysics/Unitful.jl/releases) - [Changelog](https://github.com/JuliaPhysics/Unitful.jl/blob/master/NEWS.md) - [Commits](JuliaPhysics/Unitful.jl@v0.0.1...v1.28.0) --- updated-dependencies: - dependency-name: ArrayInterface dependency-version: 7.23.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Functors dependency-version: 0.5.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Tracker dependency-version: 0.2.38 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: StaticArrays dependency-version: 1.9.18 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ForwardDiff dependency-version: 1.3.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: BenchmarkTools dependency-version: 1.6.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ComponentArrays dependency-version: 0.15.33 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: LabelledArrays dependency-version: 1.18.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OffsetArrays dependency-version: 1.17.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: InvertedIndices dependency-version: 1.3.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Unitful dependency-version: 1.28.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a55d010 commit 62b0fa0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/Project.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,16 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
1515
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
16+
17+
[compat]
18+
ArrayInterface = "7.23.0"
19+
BenchmarkTools = "1.6.3"
20+
ComponentArrays = "0.15.33"
21+
ForwardDiff = "1.3.2"
22+
Functors = "0.5.2"
23+
InvertedIndices = "1.3.1"
24+
LabelledArrays = "1.18.0"
25+
OffsetArrays = "1.17.0"
26+
StaticArrays = "1.9.18"
27+
Tracker = "0.2.38"
28+
Unitful = "1.28.0"

0 commit comments

Comments
 (0)