From c0bbfe3cec42bf80d91798b46fa5606569f26cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 07:46:49 +0000 Subject: [PATCH] Update MetaGraphs requirement from 0.7, 0.8 to 0.7, 0.8, 0.9 in /test Updates the requirements on [MetaGraphs](https://github.com/JuliaGraphs/MetaGraphs.jl) to permit the latest version. - [Release notes](https://github.com/JuliaGraphs/MetaGraphs.jl/releases) - [Commits](https://github.com/JuliaGraphs/MetaGraphs.jl/commits/v0.9.0) --- updated-dependencies: - dependency-name: MetaGraphs dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 15c7029..2c609e2 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,6 +16,6 @@ Documenter = "1" Graphs = "1.4.1" InteractiveUtils = "1" JLD2 = "0.6.3" -MetaGraphs = "0.7, 0.8" +MetaGraphs = "0.7, 0.8, 0.9" SimpleTraits = "0.9" Test = "1"