From fd909d4667f6906aa9f9d4a890534381123e9caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 08:34:33 +0000 Subject: [PATCH] Update OrderedCollections requirement 2.0 Updates the requirements on [OrderedCollections](https://github.com/JuliaCollections/OrderedCollections.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.3.0...v2.0.0) --- updated-dependencies: - 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 571fa7b2..217147a1 100644 --- a/Project.toml +++ b/Project.toml @@ -35,7 +35,7 @@ JuliaFormatter = "1" Makie = "0.21.5, 0.22, 0.23, 0.24" NCDatasets = "0.13.1, 0.14" NaNStatistics = "=0.6.8, 0.6.8 - 0.6.50, 0.6.53 - 0.6.56, 0.6.58" -OrderedCollections = "1.3" +OrderedCollections = "1.3, 2.0" Reexport = "1" SafeTestsets = "0.1" Statistics = "1"