From be6ae9f6d4dce0bced3b3e8370a5f8c974a4f5d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:35:58 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 2 updates Updates the requirements on [Graphs](https://github.com/JuliaGraphs/Graphs.jl) and [SimpleWeightedGraphs](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl) to permit the latest version. Updates `Graphs` to 1.13.2 - [Release notes](https://github.com/JuliaGraphs/Graphs.jl/releases) - [Commits](https://github.com/JuliaGraphs/Graphs.jl/compare/v1.4.0...v1.13.2) Updates `SimpleWeightedGraphs` to 1.5.1 - [Release notes](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/releases) - [Commits](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/compare/v1.2.2...v1.5.1) --- updated-dependencies: - dependency-name: Graphs dependency-version: 1.13.2 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SimpleWeightedGraphs dependency-version: 1.5.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index 29689f0..94c4035 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -4,4 +4,6 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" SimpleWeightedGraphs = "47aef6b3-ad0c-573a-a1e2-d07658019622" [compat] -Documenter = "1" \ No newline at end of file +Documenter = "1" +Graphs = "1.13.2" +SimpleWeightedGraphs = "1.5.1"