From 62991d7563b207ef61c1c5ba00c081a0e93c6a14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:09:44 +0000 Subject: [PATCH] Update BenchmarkTools requirement to 1.7.0 in /docs Updates the requirements on [BenchmarkTools](https://github.com/JuliaCI/BenchmarkTools.jl) to permit the latest version. - [Release notes](https://github.com/JuliaCI/BenchmarkTools.jl/releases) - [Commits](https://github.com/JuliaCI/BenchmarkTools.jl/compare/v0.0.1...v1.7.0) --- updated-dependencies: - dependency-name: BenchmarkTools dependency-version: 1.7.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 49a8503..4f7ae5d 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -9,6 +9,7 @@ MetaGraphs = "626554b9-1ddb-594c-aa3c-2596fe9399a5" MetaGraphsNext = "fa8bd995-216d-47f1-8a91-f3b68fbeb377" [compat] +BenchmarkTools = "1.7.0" Documenter = "1" Graphs = "1.13.3" JLD2 = "0.6"