From bedcb6e8efdff0b53924223600e0dfff61bf3c1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 23:46:19 +0000 Subject: [PATCH] Update MetaGraphs requirement to 0.9.0 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.5.0...v0.9.0) --- updated-dependencies: - dependency-name: MetaGraphs dependency-version: 0.9.0 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 4ee2f1b..56615c0 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -12,3 +12,4 @@ MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377" Documenter = "1" Graphs = "1.13.3" JLD2 = "0.6" +MetaGraphs = "0.9.0"