From 42a42d0267cbbc1ec645c2a2ef12748ca6f57038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 11:35:16 +0000 Subject: [PATCH] ci: Bump the all-julia-packages group across 2 directories with 2 updates Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl) and [ArviZExampleData](https://github.com/arviz-devs/ArviZExampleData.jl) to permit the latest version. Updates `OrderedCollections` to 2.0.0 - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](https://github.com/JuliaCollections/OrderedCollections.jl/compare/v1.0.0...v2.0.0) Updates `ArviZExampleData` to 0.3.0 - [Release notes](https://github.com/arviz-devs/ArviZExampleData.jl/releases) - [Commits](https://github.com/arviz-devs/ArviZExampleData.jl/compare/v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: ArviZExampleData dependency-version: 0.3.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrderedCollections dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- docs/Project.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6486fc75..cd5286e4 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ DataDeps = "0.7" InferenceObjects = "0.3.10, 0.4" JSON3 = "1" NCDatasets = "0.12, 0.13, 0.14" -OrderedCollections = "1" +OrderedCollections = "1, 2.0" StructTypes = "1" julia = "1.6" diff --git a/docs/Project.toml b/docs/Project.toml index 7bbc549d..a9bdf5dc 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -3,4 +3,5 @@ ArviZExampleData = "2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c" Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" [compat] +ArviZExampleData = "0.3.0" Documenter = "1"