From b381325996d06f0bbf9a4448dbc9d9e11830558a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 14:19:13 +0000 Subject: [PATCH] Update MetaGraphs requirement to 0.8.1 in /docs 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] --- docs/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Project.toml b/docs/Project.toml index 21de23c..1ab3fc2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,3 +4,4 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5" [compat] Documenter = "0.27" +MetaGraphs = "0.8.1"