From d938469f9c1fe0e84fdf49a66e349a619b60ffba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:34:58 +0000 Subject: [PATCH] ci: Bump the all-julia-packages group across 2 directories with 3 updates Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl), [DataDeps](https://github.com/oxinabox/DataDeps.jl) and [ArviZExampleData](https://github.com/arviz-devs/ArviZExampleData.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.3.0...v2.0.1) Updates `DataDeps` to 1.0.0 - [Release notes](https://github.com/oxinabox/DataDeps.jl/releases) - [Commits](https://github.com/oxinabox/DataDeps.jl/commits) Updates `ArviZExampleData` to 0.3.1 - [Release notes](https://github.com/arviz-devs/ArviZExampleData.jl/releases) - [Commits](https://github.com/arviz-devs/ArviZExampleData.jl/compare/v0.1.0...v0.3.1) --- updated-dependencies: - dependency-name: ArviZExampleData dependency-version: 0.3.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: DataDeps dependency-version: 1.0.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: OrderedCollections dependency-version: 2.0.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 4 ++-- docs/Project.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index e2bb72dc..dfc76ff6 100644 --- a/Project.toml +++ b/Project.toml @@ -14,11 +14,11 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4" [compat] Artifacts = "1" -DataDeps = "0.7.12" +DataDeps = "0.7.12, 1.0" InferenceObjects = "0.3.10, 0.4" JSON3 = "1" NCDatasets = "0.12, 0.13, 0.14" -OrderedCollections = "1.3" +OrderedCollections = "1.3, 2.0" StructTypes = "1" julia = "1.6" diff --git a/docs/Project.toml b/docs/Project.toml index 7bbc549d..e8d783f4 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.1" Documenter = "1"