From 5588bc7512ef67a4cfeb46e8cff6bd5a66884b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:05:00 +0000 Subject: [PATCH] Update DataStructures requirement from 0.18 to 0.18, 0.19 Updates the requirements on [DataStructures](https://github.com/JuliaCollections/DataStructures.jl) to permit the latest version. - [Release notes](https://github.com/JuliaCollections/DataStructures.jl/releases) - [Changelog](https://github.com/JuliaCollections/DataStructures.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaCollections/DataStructures.jl/compare/v0.18.0...v0.19.3) --- updated-dependencies: - dependency-name: DataStructures dependency-version: 0.19.3 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 37771b3..da94047 100644 --- a/Project.toml +++ b/Project.toml @@ -18,7 +18,7 @@ SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204" StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1" [compat] -DataStructures = "0.18" +DataStructures = "0.18, 0.19" DynamicPolynomials = "0.5,0.6" IntervalArithmetic = "0.20, 0.21, 0.22" # Needs v0.20 for Julia v1.6 support JuMP = "1"