From 6d7f3118cda1603aa168a072d3d84924f7b10685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 20:42:09 +0000 Subject: [PATCH] build(deps): bump the all-julia-packages group across 2 directories with 1 update Updates the requirements on and [IntervalArithmetic](https://github.com/JuliaIntervals/IntervalArithmetic.jl) to permit the latest version. Updates `IntervalArithmetic` to 1.0.11 - [Release notes](https://github.com/JuliaIntervals/IntervalArithmetic.jl/releases) - [Commits](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.9...v1.0.11) Updates `IntervalArithmetic` to 1.0.11 - [Release notes](https://github.com/JuliaIntervals/IntervalArithmetic.jl/releases) - [Commits](https://github.com/JuliaIntervals/IntervalArithmetic.jl/compare/v0.20.9...v1.0.11) --- updated-dependencies: - dependency-name: IntervalArithmetic dependency-version: 1.0.10 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: IntervalArithmetic dependency-version: 1.0.10 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- lib/CanonicalMoments/Project.toml | 2 +- lib/DiscreteMeasures/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/CanonicalMoments/Project.toml b/lib/CanonicalMoments/Project.toml index 0486f71..715783e 100644 --- a/lib/CanonicalMoments/Project.toml +++ b/lib/CanonicalMoments/Project.toml @@ -30,7 +30,7 @@ ChainRulesCore = "1" DiscreteMeasures = "0.1" ForwardDiff = "0.10, 1" InteractiveUtils = "1.10" -IntervalArithmetic = "0.18 - 0.20, =0.20.9" +IntervalArithmetic = "0.18 - 0.20, =0.20.9, 1.0" LinearAlgebra = "1.10" Pkg = "1.10" PolynomialRoots = "1.0" diff --git a/lib/DiscreteMeasures/Project.toml b/lib/DiscreteMeasures/Project.toml index 1f57362..c877394 100644 --- a/lib/DiscreteMeasures/Project.toml +++ b/lib/DiscreteMeasures/Project.toml @@ -11,7 +11,7 @@ IntervalArithmeticExt = "IntervalArithmetic" [compat] julia = "1.10" -IntervalArithmetic = "0.16 - 0.20, =0.20.9" +IntervalArithmetic = "0.16 - 0.20, =0.20.9, 1.0" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10"