From 7f15c4e937fde2908619663daa604dba55da0cd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:08:11 +0000 Subject: [PATCH] Bump the all-julia-packages group across 3 directories with 3 updates Updates the requirements on [AdvancedPS](https://github.com/TuringLang/AdvancedPS.jl), [Turing](https://github.com/TuringLang/Turing.jl) and [TimerOutputs](https://github.com/KristofferC/TimerOutputs.jl) to permit the latest version. Updates `AdvancedPS` to 0.8.0 - [Release notes](https://github.com/TuringLang/AdvancedPS.jl/releases) - [Changelog](https://github.com/TuringLang/AdvancedPS.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/AdvancedPS.jl/compare/v0.7.2...v0.8.0) Updates `Turing` to 0.46.0 - [Release notes](https://github.com/TuringLang/Turing.jl/releases) - [Changelog](https://github.com/TuringLang/Turing.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/Turing.jl/compare/v0.0.1...v0.46.0) Updates `AdvancedPS` to 0.8.0 - [Release notes](https://github.com/TuringLang/AdvancedPS.jl/releases) - [Changelog](https://github.com/TuringLang/AdvancedPS.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/AdvancedPS.jl/compare/v0.7.2...v0.8.0) Updates `TimerOutputs` to 1.0.1 - [Release notes](https://github.com/KristofferC/TimerOutputs.jl/releases) - [Changelog](https://github.com/KristofferC/TimerOutputs.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/KristofferC/TimerOutputs.jl/compare/v0.5.0...v1.0.1) --- updated-dependencies: - dependency-name: AdvancedPS dependency-version: 0.8.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.46.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: AdvancedPS dependency-version: 0.8.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: TimerOutputs dependency-version: 1.0.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- docs/Project.toml | 1 + test/Project.toml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e96c2dd44..97523641f 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ AbstractPPL = "0.15" Accessors = "0.1" AdvancedHMC = "0.8.3" AdvancedMH = "0.8.9" -AdvancedPS = "0.7.2" +AdvancedPS = "0.7.2, 0.8" AdvancedVI = "0.7" BangBang = "0.4.2" Bijectors = "0.15.17, 0.16" diff --git a/docs/Project.toml b/docs/Project.toml index 5470c36de..f7feac369 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -14,3 +14,4 @@ DocumenterInterLinks = "1.1" DynamicPPL = "0.42.2" OptimizationOptimJL = "0.4.16" StatsBase = "0.34.12" +Turing = "0.46.0" diff --git a/test/Project.toml b/test/Project.toml index 1110301a9..a5d2ea8f5 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -45,7 +45,7 @@ ADTypes = "1" AbstractMCMC = "5.13" AbstractPPL = "0.14, 0.15" AdvancedMH = "0.8.9" -AdvancedPS = "0.7.2" +AdvancedPS = "0.7.2, 0.8" AdvancedVI = "0.7" Aqua = "0.8" BangBang = "0.4" @@ -78,5 +78,5 @@ StableRNGs = "1" Statistics = "1" StatsBase = "0.33, 0.34" StatsFuns = "0.9.5, 1, 2.2" -TimerOutputs = "0.5" +TimerOutputs = "0.5, 1.0" julia = "1.10"