From b4c4b73d6ff9fb675ee2c9d7356c12d345ac320e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:36:26 +0000 Subject: [PATCH] Update IntervalRootFinding requirement from ~0.6 to ~0.6, 0.7 Updates the requirements on [IntervalRootFinding](https://github.com/JuliaIntervals/IntervalRootFinding.jl) to permit the latest version. - [Release notes](https://github.com/JuliaIntervals/IntervalRootFinding.jl/releases) - [Changelog](https://github.com/JuliaIntervals/IntervalRootFinding.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaIntervals/IntervalRootFinding.jl/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: IntervalRootFinding dependency-version: 0.7.0 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 3172dde..8a61d4f 100644 --- a/Project.toml +++ b/Project.toml @@ -22,7 +22,7 @@ DiffRules = "1.5" DocStringExtensions = "~0.8, ~0.9" ForwardDiff = "1" IntervalArithmetic = "1" -IntervalRootFinding = "~0.6" +IntervalRootFinding = "~0.6, 0.7" NaNMath = "0.3.5, 1.0" NNlib = "~0.8, ~0.9" Reexport = "~0.2, ~1"