From 4b8f1ee527f8602df893ca812077bfeca96a3ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 11:04:53 +0000 Subject: [PATCH] Update IntervalArithmetic requirement from 0.20, 0.21, 0.22 to 0.20, 0.21, 0.22, 1.0 Updates the requirements on [IntervalArithmetic](https://github.com/JuliaIntervals/IntervalArithmetic.jl) to permit the latest version. - [Release notes](https://github.com/JuliaIntervals/IntervalArithmetic.jl/releases) - [Commits](https://github.com/JuliaIntervals/IntervalArithmetic.jl/commits/v1.0.3) --- updated-dependencies: - dependency-name: IntervalArithmetic dependency-version: 1.0.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..30f346c 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ StarAlgebras = "0c0c59c1-dc5f-42e9-9a8b-b5dc384a6cd1" [compat] DataStructures = "0.18" DynamicPolynomials = "0.5,0.6" -IntervalArithmetic = "0.20, 0.21, 0.22" # Needs v0.20 for Julia v1.6 support +IntervalArithmetic = "0.20, 0.21, 0.22, 1.0" # Needs v0.20 for Julia v1.6 support JuMP = "1" MathOptInterface = "1" MultivariateBases = "0.2"