From d308583d6cb374ed53232173a3948aee0fc9636c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:43:28 +0000 Subject: [PATCH] Update OrderedCollections requirement from 1.6 to 1.6, 2.0 Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.jl) to permit the latest version. - [Release notes](https://github.com/JuliaCollections/OrderedCollections.jl/releases) - [Commits](https://github.com/JuliaCollections/OrderedCollections.jl/compare/v1.6.0...v2.0.1) --- updated-dependencies: - dependency-name: OrderedCollections dependency-version: 2.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2b9a167..8343926 100644 --- a/Project.toml +++ b/Project.toml @@ -33,7 +33,7 @@ FileIO = "1.6" FillArrays = "1.13.0" HDF5 = "0.16 - 0.99, 1" Logging = "1.6.7" -OrderedCollections = "1.6" +OrderedCollections = "1.6, 2.0" PooledArrays = "1" Preferences = "1.5.0" StructArrays = "0.6.4, 0.7"