From 99e9b1ec8365c091b862b10303fe188934f23876 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 17:35:35 +0000 Subject: [PATCH] Bump the all-julia-packages group across 2 directories with 4 updates Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl), [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 `OrderedCollections` to 2.0.1 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](https://github.com/JuliaCollections/OrderedCollections.jl/compare/v1.0.0...v2.0.1) Updates `FlexiChains` to 0.6.20 - [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.6.20) Updates `Turing` to 0.45.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.43.0...v0.45.0) Updates `DynamicPPL` to 0.42.1 - [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.42.1) Updates `FlexiChains` to 0.6.20 - [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.6.20) Updates `Turing` to 0.45.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.43.0...v0.45.0) Updates `DynamicPPL` to 0.42.1 - [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.42.1) --- updated-dependencies: - dependency-name: OrderedCollections dependency-version: 2.0.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: FlexiChains dependency-version: 0.6.20 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.45.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DynamicPPL dependency-version: 0.42.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: FlexiChains dependency-version: 0.6.20 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Turing dependency-version: 0.45.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DynamicPPL dependency-version: 0.42.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 8 ++++---- test/Project.toml | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 01ce997..7773e6f 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" -OrderedCollections = "1" +DynamicPPL = "0.40, 0.42" +FlexiChains = "0.4, 0.6" +OrderedCollections = "1, 2.0" Random = "1" Reexport = "1" -Turing = "0.43" +Turing = "0.43, 0.45" julia = "1.10.8" diff --git a/test/Project.toml b/test/Project.toml index a1472b2..d76a124 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.42.1" +FlexiChains = "0.6.20" +Turing = "0.45.0"