From 6df54dafab23d96f80d585b46005eeb06faff9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:05:44 +0000 Subject: [PATCH] Update OrderedCollections requirement from 1.4 to 1.4, 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.4.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 a9579e1..f206ec6 100644 --- a/Project.toml +++ b/Project.toml @@ -23,7 +23,7 @@ DelimitedFiles = "1" Graphs = "1" MetaGraphsNext = "0.5, 0.6, 0.7, 0.8" MutableNamedTuples = "0.1" -OrderedCollections = "1.4" +OrderedCollections = "1.4, 2.0" PrettyTables = "3" SHA = "0.7, 1" Tables = "1"