From d70d15074b8cd3906cc88097692e4ee29cd64d5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:39:28 +0000 Subject: [PATCH] Bump the all-julia-packages group across 2 directories with 3 updates Updates the requirements on [FlexiChains](https://github.com/penelopeysm/FlexiChains.jl), [Turing](https://github.com/TuringLang/Turing.jl) and [DynamicPPL](https://github.com/TuringLang/DynamicPPL.jl) to permit the latest version. Updates `FlexiChains` to 0.5.8 - [Release notes](https://github.com/penelopeysm/FlexiChains.jl/releases) - [Changelog](https://github.com/penelopeysm/FlexiChains.jl/blob/main/HISTORY.md) - [Commits](https://github.com/penelopeysm/FlexiChains.jl/compare/v0.4.0...v0.5.8) Updates `Turing` to 0.44.2 - [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.43.0...v0.44.2) Updates `DynamicPPL` to 0.41.3 - [Release notes](https://github.com/TuringLang/DynamicPPL.jl/releases) - [Changelog](https://github.com/TuringLang/DynamicPPL.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/DynamicPPL.jl/compare/v0.40.0...v0.41.3) Updates `FlexiChains` to 0.5.8 - [Release notes](https://github.com/penelopeysm/FlexiChains.jl/releases) - [Changelog](https://github.com/penelopeysm/FlexiChains.jl/blob/main/HISTORY.md) - [Commits](https://github.com/penelopeysm/FlexiChains.jl/compare/v0.4.0...v0.5.8) Updates `Turing` to 0.44.2 - [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.43.0...v0.44.2) Updates `DynamicPPL` to 0.41.3 - [Release notes](https://github.com/TuringLang/DynamicPPL.jl/releases) - [Changelog](https://github.com/TuringLang/DynamicPPL.jl/blob/main/HISTORY.md) - [Commits](https://github.com/TuringLang/DynamicPPL.jl/compare/v0.40.0...v0.41.3) --- updated-dependencies: - dependency-name: FlexiChains dependency-version: 0.5.8 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.44.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DynamicPPL dependency-version: 0.41.3 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: FlexiChains dependency-version: 0.5.8 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.44.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DynamicPPL dependency-version: 0.41.3 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 6 +++--- test/Project.toml | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 01ce997..db92827 100644 --- a/Project.toml +++ b/Project.toml @@ -19,10 +19,10 @@ BayesianWorkflowTuringExt = ["Turing", "DynamicPPL", "OrderedCollections", "Rand [compat] AbstractMCMC = "5" -DynamicPPL = "0.40" -FlexiChains = "0.4" +DynamicPPL = "0.40, 0.41" +FlexiChains = "0.4, 0.5" OrderedCollections = "1" Random = "1" Reexport = "1" -Turing = "0.43" +Turing = "0.43, 0.44" julia = "1.10.8" diff --git a/test/Project.toml b/test/Project.toml index a1472b2..9684840 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -4,3 +4,8 @@ FlexiChains = "4a37a8b9-6e57-4b92-8664-298d46e639f7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" + +[compat] +DynamicPPL = "0.41.3" +FlexiChains = "0.5.8" +Turing = "0.44.2"