From 44a3d8e6eaf4370fbe8c3bc59bc3e58a0c9ebf19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:34:46 +0000 Subject: [PATCH] Update OrderedCollections requirement from 1.1 to 1.1, 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.1.0...v2.0.0) --- updated-dependencies: - dependency-name: OrderedCollections dependency-version: 2.0.0 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 2ac37e8e95..67e5937f1d 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ JSONSchema = "1" LinearAlgebra = "1" MutableArithmetics = "1" NaNMath = "0.3, 1" -OrderedCollections = "1.1" +OrderedCollections = "1.1, 2.0" ParallelTestRunner = "2.4.1" PrecompileTools = "1.0.1" Printf = "1"