From 1ad52e2e590d08a71cc9af7c447e3a93f84ce680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 17:45:57 +0000 Subject: [PATCH] ci: Bump the all-julia-packages group across 1 directory with 4 updates Updates the requirements on [StatsBase](https://github.com/JuliaStats/StatsBase.jl), [NCDatasets](https://github.com/JuliaGeo/NCDatasets.jl), [PosteriorStats](https://github.com/arviz-devs/PosteriorStats.jl) and [MCMCDiagnosticTools](https://github.com/TuringLang/MCMCDiagnosticTools.jl) to permit the latest version. Updates `StatsBase` to 0.34.12 - [Release notes](https://github.com/JuliaStats/StatsBase.jl/releases) - [Commits](https://github.com/JuliaStats/StatsBase.jl/compare/0.2.3...v0.34.12) Updates `NCDatasets` to 0.14.15 - [Release notes](https://github.com/JuliaGeo/NCDatasets.jl/releases) - [Commits](https://github.com/JuliaGeo/NCDatasets.jl/compare/v0.0.1...v0.14.15) Updates `PosteriorStats` to 0.4.11 - [Release notes](https://github.com/arviz-devs/PosteriorStats.jl/releases) - [Changelog](https://github.com/arviz-devs/PosteriorStats.jl/blob/main/CHANGELOG.md) - [Commits](https://github.com/arviz-devs/PosteriorStats.jl/compare/v0.1.0...v0.4.11) Updates `MCMCDiagnosticTools` to 0.3.19 - [Release notes](https://github.com/TuringLang/MCMCDiagnosticTools.jl/releases) - [Commits](https://github.com/TuringLang/MCMCDiagnosticTools.jl/compare/v0.1.0...v0.3.19) --- updated-dependencies: - dependency-name: StatsBase dependency-version: 0.34.12 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: NCDatasets dependency-version: 0.14.15 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: PosteriorStats dependency-version: 0.4.11 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: MCMCDiagnosticTools dependency-version: 0.3.19 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 84453233..328965e2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -15,3 +15,7 @@ InferenceObjects = {path = ".."} ArviZExampleData = "0.3" Documenter = "1" DocumenterInterLinks = "1" +MCMCDiagnosticTools = "0.3.19" +NCDatasets = "0.14.15" +PosteriorStats = "0.4.11" +StatsBase = "0.34.12"