From 85f99db972d859591365c0d96ac4c70114d220cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 14:14:35 +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 f88527ff..b183142d 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ LinearAlgebra = "1.6" Makie = "0.21, 0.22.10, 0.23, 0.24" MeshCat = "1" Observables = "0.5" -OrderedCollections = "1" +OrderedCollections = "1, 2.0" Plots = "1" PlutoVista = "0.8.24,1" Printf = "1.6"