From eb4ad477a89223bd3415d1dd7834e0fe70cb0f93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:28:14 +0000 Subject: [PATCH] Update OrderedCollections requirement from 1 to 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.0.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 58164ce..983b234 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ TableMetadataTools = "9ce81f87-eacc-4366-bf80-b621a3098ee2" Chain = "0.5, 0.6, 1" DataFrames = "1" MacroTools = "0.5" -OrderedCollections = "1" +OrderedCollections = "1, 2.0" PrettyTables = "2, 3" Reexport = "0.2, 1" TableMetadataTools = "0.1"