From 29dcc9004abc9c20a450a355de35a9b66ae568e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:50:57 +0000 Subject: [PATCH] Update MetaGraphs requirement from 0.7 to 0.7, 0.8 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.1...v0.8.1) --- updated-dependencies: - dependency-name: MetaGraphs dependency-version: 0.8.1 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..8430ef5 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.8" julia = "1.6" [extras]