From 82a35810fa4aab63ea13ddeb7392d87cc600d086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 05:15:20 +0000 Subject: [PATCH] chore(deps): update BenchmarkTools requirement to 1.8.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.8.0) --- updated-dependencies: - dependency-name: BenchmarkTools dependency-version: 1.8.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 f9a82cbd..2d8aecdc 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -17,6 +17,7 @@ SpectralFitting = {path = ".."} XSPECModels = {path = "../lib/XSPECModels"} [compat] +BenchmarkTools = "1.8.0" CairoMakie = "0.15" Documenter = "1" Makie = "0.24"