From c0472f6e046535f5f83c50750babbee9f5085c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:23:18 +0000 Subject: [PATCH] Update Graphs requirement to 1.13.3 in /docs Updates the requirements on [Graphs](https://github.com/JuliaGraphs/Graphs.jl) to permit the latest version. - [Release notes](https://github.com/JuliaGraphs/Graphs.jl/releases) - [Commits](https://github.com/JuliaGraphs/Graphs.jl/compare/v0.10.0...v1.13.3) --- updated-dependencies: - dependency-name: Graphs dependency-version: 1.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 76af174..4151723 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -8,4 +8,5 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5" MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377" [compat] -Documenter = "1" \ No newline at end of file +Documenter = "1" +Graphs = "1.13.3"