From ef5f72c506eb898baa02c1593955cd5ae6c60659 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 01:54:31 +0000 Subject: [PATCH] Update DomainSets requirement from 0.6, 0.7 to 0.6, 0.7, 0.8 Updates the requirements on [DomainSets](https://github.com/JuliaApproximation/DomainSets.jl) to permit the latest version. Updates `DomainSets` to 0.8.0 - [Release notes](https://github.com/JuliaApproximation/DomainSets.jl/releases) - [Commits](https://github.com/JuliaApproximation/DomainSets.jl/commits/v0.8.0) --- updated-dependencies: - dependency-name: DomainSets dependency-version: 0.8.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a5240a9..0862285 100644 --- a/Project.toml +++ b/Project.toml @@ -14,7 +14,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" [compat] -DomainSets = "0.6, 0.7" +DomainSets = "0.6, 0.7, 0.8" Interpolations = "0.14, 0.15, 0.16" Lux = "1" Markdown = "1"