From 64c7bc54279696c42a48a8c4eea43ff49af75490 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 16:33:15 +0000 Subject: [PATCH] Update SparseArrays requirement to 1.10 Updates the requirements on SparseArrays to permit the latest version. --- updated-dependencies: - dependency-name: SparseArrays dependency-version: dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 5fb8b90..d359d2d 100644 --- a/Project.toml +++ b/Project.toml @@ -15,6 +15,7 @@ StaticGraphsJLD2Ext = "JLD2" [compat] Graphs = "1.4" JLD2 = "0.1 - 0.6" +SparseArrays = "1.10" julia = "1.10" [extras]