From 534dc41b552587bffff27818d8f55005e632eb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 03:25:53 +0000 Subject: [PATCH] Update MetaGraphs requirement from 0.7, 0.8 to 0.7, 0.8, 0.9 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] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f4b676a..b17d34c 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ DataStructures = "0.18, 0.19" Distributions = "0.25" Graphs = "1" IterTools = "1.4" -MetaGraphs = "0.7, 0.8" +MetaGraphs = "0.7, 0.8, 0.9" OMEinsum = "0.8, 0.9" PrettyTables = "3" SimpleTraits = "0.9"