From 8bf688800e83c6438d1299782cf41058f9e4bd86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 10:58:53 +0000 Subject: [PATCH] Bump the all-julia-packages group across 1 directory with 7 updates Updates the requirements on [Graphs](https://github.com/JuliaGraphs/Graphs.jl), [ConstrainedShortestPaths](https://github.com/BatyLeo/ConstrainedShortestPaths.jl), [Documenter](https://github.com/JuliaDocs/Documenter.jl), [GLPK](https://github.com/jump-dev/GLPK.jl), [Literate](https://github.com/fredrikekre/Literate.jl), [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl) and [JuMP](https://github.com/jump-dev/JuMP.jl) to permit the latest version. Updates `Graphs` to 1.14.0 - [Release notes](https://github.com/JuliaGraphs/Graphs.jl/releases) - [Changelog](https://github.com/JuliaGraphs/Graphs.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaGraphs/Graphs.jl/compare/v0.10.0...v1.14.0) Updates `ConstrainedShortestPaths` to 0.6.5 - [Release notes](https://github.com/BatyLeo/ConstrainedShortestPaths.jl/releases) - [Commits](https://github.com/BatyLeo/ConstrainedShortestPaths.jl/compare/v0.1.0...v0.6.5) Updates `Documenter` to 1.17.0 - [Release notes](https://github.com/JuliaDocs/Documenter.jl/releases) - [Changelog](https://github.com/JuliaDocs/Documenter.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaDocs/Documenter.jl/compare/v0.1.0...v1.17.0) Updates `GLPK` to 1.2.1 - [Release notes](https://github.com/jump-dev/GLPK.jl/releases) - [Commits](https://github.com/jump-dev/GLPK.jl/compare/v0.2.10...v1.2.1) Updates `Literate` to 2.21.0 - [Release notes](https://github.com/fredrikekre/Literate.jl/releases) - [Changelog](https://github.com/fredrikekre/Literate.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/fredrikekre/Literate.jl/compare/v0.1.0...v2.21.0) Updates `BenchmarkTools` to 1.8.0 - [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases) - [Commits](https://github.com/JuliaCI/BenchmarkTools.jl/compare/v0.0.1...v1.8.0) Updates `JuMP` to 1.31.1 - [Release notes](https://github.com/jump-dev/JuMP.jl/releases) - [Changelog](https://github.com/jump-dev/JuMP.jl/blob/master/NEWS.md) - [Commits](https://github.com/jump-dev/JuMP.jl/compare/v0.1.1...v1.31.1) --- updated-dependencies: - dependency-name: Graphs dependency-version: 1.14.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: ConstrainedShortestPaths dependency-version: 0.6.5 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Documenter dependency-version: 1.17.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: GLPK dependency-version: 1.2.1 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: Literate dependency-version: 2.21.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: BenchmarkTools dependency-version: 1.8.0 dependency-type: direct:production dependency-group: all-julia-packages - dependency-name: JuMP dependency-version: 1.31.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 4f3e906..31fe46e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -6,3 +6,12 @@ GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6" Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" JuMP = "4076af6c-e467-56ae-b986-b466b2749572" Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306" + +[compat] +BenchmarkTools = "1.8.0" +ConstrainedShortestPaths = "0.6.5" +Documenter = "1.17.0" +GLPK = "1.2.1" +Graphs = "1.14.0" +JuMP = "1.31.1" +Literate = "2.21.0"