From 906c5e7372c7ab27561b456f2dbf0332bd0b392a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:34:38 +0000 Subject: [PATCH] Bump the all-julia-packages group across 2 directories 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.0 - [Release notes](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/releases) - [Commits](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/compare/v1.2.2...v1.5.0) Updates `SimpleWeightedGraphs` to 1.5.0 - [Release notes](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/releases) - [Commits](https://github.com/JuliaGraphs/SimpleWeightedGraphs.jl/compare/v1.2.2...v1.5.0) --- 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.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: SimpleWeightedGraphs dependency-version: 1.5.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 2297ec0..a84d239 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,8 +12,8 @@ Aqua = "0.8" Documenter = "1" Graphs = "1.7" LinearAlgebra = "1.6" +SimpleWeightedGraphs = "1.5.0" SparseArrays = "1.6" Test = "1.6" - [sources] SimpleWeightedGraphs = { path = ".." }