From 637ac7d0d75d2db08c1e76f438f274224face205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:35:35 +0000 Subject: [PATCH] Update DomainSets requirement 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/compare/v0.7.0...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 5d5df38..90bfc65 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] AllocCheck = "0.2" BenchmarkTools = "1" -DomainSets = "0.7" +DomainSets = "0.7, 0.8" ModelingToolkit = "11" PrecompileTools = "1" SciMLBase = "2, 3.1"