From a37551d652d2f0b0ef996783233f0fc48150eef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 23:36:01 +0000 Subject: [PATCH] Update MetaGraphs requirement from 0.7 to 0.7, 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/compare/v0.7.0...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 ff2fade..1215427 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5" [compat] DataFrames = "1" Graphs = "1" -MetaGraphs = "0.7" +MetaGraphs = "0.7, 0.9" julia = "1.6" [extras]