From 0dcf2f21d94db623317f157b77fe644fdbfb4cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 22:24:20 +0000 Subject: [PATCH] build(deps): 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.8.1...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 2d83cf1..1e94da2 100644 --- a/Project.toml +++ b/Project.toml @@ -31,7 +31,7 @@ ChunkCodecLibZstd = "0.2.0, 1.0" CodecXz = "0.7.4" FileIO = "1" MD5 = "0.2.1" -OrderedCollections = "1.8.1" +OrderedCollections = "1.8.1, 2.0" PkgVersion = "0.3.3" StridedViews = "0.2.1, 0.3, 0.4, 0.5" YAML = "0.4.9"