From d7e7707e30fc8571eabe7b6a1d80263c6ee2049a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 11:20:41 +0000 Subject: [PATCH 1/3] Bump the all-julia-packages group across 2 directories with 8 updates Updates the requirements on [StaticArrays](https://github.com/JuliaArrays/StaticArrays.jl), [DocStringExtensions](https://github.com/JuliaDocs/DocStringExtensions.jl), [LogExpFunctions](https://github.com/JuliaStats/LogExpFunctions.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl), [FiniteDifferences](https://github.com/JuliaDiff/FiniteDifferences.jl), [Aqua](https://github.com/JuliaTesting/Aqua.jl), [JET](https://github.com/aviatesk/JET.jl) and [Sobol](https://github.com/stevengj/Sobol.jl) to permit the latest version. Updates `StaticArrays` to 1.9.18 - [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases) - [Commits](https://github.com/JuliaArrays/StaticArrays.jl/compare/v0.0.1...v1.9.18) Updates `StaticArrays` to 1.9.18 - [Release notes](https://github.com/JuliaArrays/StaticArrays.jl/releases) - [Commits](https://github.com/JuliaArrays/StaticArrays.jl/compare/v0.0.1...v1.9.18) Updates `DocStringExtensions` to 0.9.5 - [Release notes](https://github.com/JuliaDocs/DocStringExtensions.jl/releases) - [Commits](https://github.com/JuliaDocs/DocStringExtensions.jl/compare/v0.1.0...v0.9.5) Updates `LogExpFunctions` to 1.0.0 - [Release notes](https://github.com/JuliaStats/LogExpFunctions.jl/releases) - [Changelog](https://github.com/JuliaStats/LogExpFunctions.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaStats/LogExpFunctions.jl/compare/v0.2.0...v1.0.0) Updates `BenchmarkTools` to 1.8.0 - [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases) - [Commits](https://github.com/JuliaCI/BenchmarkTools.jl/compare/v0.0.1...v1.8.0) Updates `FiniteDifferences` to 0.12.34 - [Release notes](https://github.com/JuliaDiff/FiniteDifferences.jl/releases) - [Commits](https://github.com/JuliaDiff/FiniteDifferences.jl/compare/v0.1.0...v0.12.34) Updates `Aqua` to 0.8.14 - [Release notes](https://github.com/JuliaTesting/Aqua.jl/releases) - [Changelog](https://github.com/JuliaTesting/Aqua.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaTesting/Aqua.jl/compare/v0.1.0...v0.8.14) Updates `JET` to 0.11.3 - [Release notes](https://github.com/aviatesk/JET.jl/releases) - [Changelog](https://github.com/aviatesk/JET.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/aviatesk/JET.jl/compare/v0.0.1...v0.11.3) Updates `Sobol` to 1.5.0 - [Release notes](https://github.com/stevengj/Sobol.jl/releases) - [Commits](https://github.com/stevengj/Sobol.jl/commits) --- updated-dependencies: - dependency-name: StaticArrays dependency-version: 1.9.18 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: DocStringExtensions dependency-version: 0.9.5 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: LogExpFunctions dependency-version: 1.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: BenchmarkTools dependency-version: 1.8.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: FiniteDifferences dependency-version: 0.12.34 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Aqua dependency-version: 0.8.14 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: JET dependency-version: 0.11.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Sobol dependency-version: 1.5.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + test/Project.toml | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 2ad0469..dbb3678 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,3 +4,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Documenter = "1" +StaticArrays = "1.9.18" diff --git a/test/Project.toml b/test/Project.toml index 889ab56..f99cd78 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -10,3 +10,13 @@ Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4" SpectralKit = "5c252ae7-b5b6-46ab-a016-b0e3d78320b7" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[compat] +Aqua = "0.8.14" +BenchmarkTools = "1.8.0" +DocStringExtensions = "0.9.5" +FiniteDifferences = "0.12.34" +JET = "0.11.3" +LogExpFunctions = "1.0.0" +Sobol = "1.5.0" +StaticArrays = "1.9.18" From 5a90621ec8a3a5dfc00a221026d8aa90114ea3cc Mon Sep 17 00:00:00 2001 From: "Tamas K. Papp" Date: Wed, 3 Jun 2026 13:31:35 +0200 Subject: [PATCH 2/3] Apply suggestion from @tpapp --- test/Project.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index f99cd78..60719ce 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,11 +12,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] -Aqua = "0.8.14" -BenchmarkTools = "1.8.0" -DocStringExtensions = "0.9.5" -FiniteDifferences = "0.12.34" -JET = "0.11.3" -LogExpFunctions = "1.0.0" -Sobol = "1.5.0" -StaticArrays = "1.9.18" +Aqua = "0.8" +BenchmarkTools = "1" +DocStringExtensions = "0.9" +FiniteDifferences = "0.12" +JET = "0.9,0.10,0.11" +LogExpFunctions = "0.3,1" +Sobol = "1.5" +StaticArrays = "1.7" From 8ed3600b41cc4734a149411430da0567b4c389ff Mon Sep 17 00:00:00 2001 From: "Tamas K. Papp" Date: Wed, 3 Jun 2026 13:31:53 +0200 Subject: [PATCH 3/3] Apply suggestion from @tpapp --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index dbb3678..9e36a9b 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,4 +4,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" [compat] Documenter = "1" -StaticArrays = "1.9.18" +StaticArrays = "1.7"