From 5942d7b6f60281c6a51ae3f24b2094c7b940b72c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:28:23 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 7 updates Updates the requirements on [TimeZones](https://github.com/JuliaTime/TimeZones.jl), [Distributions](https://github.com/JuliaStats/Distributions.jl), [StructUtils](https://github.com/JuliaServices/StructUtils.jl), [JSON](https://github.com/JuliaIO/JSON.jl), [FileIO](https://github.com/JuliaIO/FileIO.jl), [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl) and [DistributedFactorGraphs](https://github.com/JuliaRobotics/DistributedFactorGraphs.jl) to permit the latest version. Updates `TimeZones` to 1.22.2 - [Release notes](https://github.com/JuliaTime/TimeZones.jl/releases) - [Commits](https://github.com/JuliaTime/TimeZones.jl/compare/v1.3.1...v1.22.2) Updates `Distributions` to 0.25.129 - [Release notes](https://github.com/JuliaStats/Distributions.jl/releases) - [Commits](https://github.com/JuliaStats/Distributions.jl/commits/v0.25.129) Updates `StructUtils` to 2.8.2 - [Commits](https://github.com/JuliaServices/StructUtils.jl/compare/v2.7.0...v2.8.2) Updates `JSON` to 1.6.1 - [Release notes](https://github.com/JuliaIO/JSON.jl/releases) - [Commits](https://github.com/JuliaIO/JSON.jl/compare/v1.0.0...v1.6.1) Updates `FileIO` to 1.20.0 - [Release notes](https://github.com/JuliaIO/FileIO.jl/releases) - [Commits](https://github.com/JuliaIO/FileIO.jl/compare/v1.0.0...v1.20.0) Updates `StaticArrays` to 1.9.18 - [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases) - [Commits](https://github.com/JuliaArrays/StaticArrays.jl/compare/v1.0.0...v1.9.18) Updates `DistributedFactorGraphs` to 0.29.0 - [Release notes](https://github.com/JuliaRobotics/DistributedFactorGraphs.jl/releases) - [Changelog](https://github.com/JuliaRobotics/DistributedFactorGraphs.jl/blob/develop/NEWS.md) - [Commits](https://github.com/JuliaRobotics/DistributedFactorGraphs.jl/compare/v0.1.0...v0.29.0) --- updated-dependencies: - dependency-name: TimeZones dependency-version: 1.22.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Distributions dependency-version: 0.25.129 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: StructUtils dependency-version: 2.8.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: JSON dependency-version: 1.6.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: FileIO dependency-version: 1.20.0 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: DistributedFactorGraphs dependency-version: 0.29.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- test/Project.toml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1efe6c5f..a2e9617a 100644 --- a/Project.toml +++ b/Project.toml @@ -67,7 +67,7 @@ SHA = "0.7, 1" SparseArrays = "1.11" StaticArrays = "1" Statistics = "1.11" -StructUtils = "=2.7.0" +StructUtils = "=2.7.0, 2.8" Tables = "1.11.1" Tar = "1.9" TensorCast = "0.3.3, 0.4" diff --git a/test/Project.toml b/test/Project.toml index 93216948..8fdd43c5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,12 +23,18 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" [compat] Aqua = "0.8" +DistributedFactorGraphs = "0.29.0" +Distributions = "0.25.129" +FileIO = "1.20.0" GraphMakie = "0.5.14, 0.6" +JSON = "1.6.1" LieGroups = "0.1" LinearAlgebra = "1.11" Pkg = "1.4, 1.5" +StaticArrays = "1.9.18" Statistics = "1.11" Test = "1.11" +TimeZones = "1.22.2" [sources] IncrementalInference = {url = "https://github.com/JuliaRobotics/IncrementalInference.jl", rev = "release/v0.37", subdir = "IncrementalInference"}