From 14ace570b0208a9f26b7b97cb845c71e53eece11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 05:15:53 +0000 Subject: [PATCH] chore(deps): update Turing requirement 0.46 in /docs Updates the requirements on [Turing](https://github.com/TuringLang/Turing.jl) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f714d6b6..5d06cf4e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -25,5 +25,5 @@ PairPlots = "3" Plots = "1.41" StatsPlots = "0.15" Surrogates = "7.5.2" -Turing = "0.45.0" +Turing = "0.45.0, 0.46" UnicodePlots = "3"