From 1ad228f80b23defa9b7157d72049da5c7e6d48fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 10:34:19 +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.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 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"