From 8060c5ed7c811764eaacaed629dbfbaec48821c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 00:08:51 +0000 Subject: [PATCH] Update SciMLIterators requirement to 1.0.1 Updates the requirements on [SciMLIterators](https://github.com/SciML/SciMLIterators.jl) to permit the latest version. Updates `SciMLIterators` to 1.0.1 - [Release notes](https://github.com/SciML/SciMLIterators.jl/releases) - [Commits](https://github.com/SciML/SciMLIterators.jl/commits) --- updated-dependencies: - dependency-name: SciMLIterators dependency-version: 1.0.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index b1f2329..b4bf4cb 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,3 +4,4 @@ SciMLIterators = "efe4dcdd-3aed-4391-894d-a9dbd16a2f14" [compat] Documenter = "1" +SciMLIterators = "1.0.1"