From c435c09440b24d3d20a6e5d5bc251d6d71421848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:35:59 +0000 Subject: [PATCH] Update Turing requirement 0.46 Updates the requirements on [Turing](https://github.com/TuringLang/Turing.jl) to permit the latest version. 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.45.0...v0.46.0) --- updated-dependencies: - dependency-name: Turing dependency-version: 0.46.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/integration/turing/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/turing/Project.toml b/test/integration/turing/Project.toml index 1077e1a6..d1e95c0c 100644 --- a/test/integration/turing/Project.toml +++ b/test/integration/turing/Project.toml @@ -10,4 +10,4 @@ Libtask = {path = "../../../"} [compat] Libtask = "0.9.17" StableRNGs = "1.0.4" -Turing = "0.45.0" +Turing = "0.45.0, 0.46"