From 3f42d1870ffefa479aafe803388b7a0d0348d62d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 13:39:33 +0000 Subject: [PATCH] Update OrderedCollections requirement to 1.8.1 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/v0.1.0...v1.8.1) --- updated-dependencies: - dependency-name: OrderedCollections dependency-version: 1.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 5670237..f3aa542 100644 --- a/Project.toml +++ b/Project.toml @@ -21,6 +21,7 @@ ForwardDiff = "1" JuMP = "1.29.4" MathOptInterface = "1.40" NaNMath = "1" +OrderedCollections = "1.8.1" SparseArrays = "1.10" SpecialFunctions = "2.6.1" julia = "1.10"