From 7b706d1f1ed76e6e47f9ba4583eb19276b92c5de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:08:07 +0000 Subject: [PATCH] Update Suppressor requirement to 0.2.8 in /docs Updates the requirements on [Suppressor](https://github.com/JuliaIO/Suppressor.jl) to permit the latest version. - [Release notes](https://github.com/JuliaIO/Suppressor.jl/releases) - [Commits](https://github.com/JuliaIO/Suppressor.jl/compare/v0.0.1...v0.2.8) --- updated-dependencies: - dependency-name: Suppressor dependency-version: 0.2.8 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 5ede20b..316703e 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -18,3 +18,4 @@ Documenter = "1.16.1" Latexify = "0.16.10" Plots = "1.41.3" StatsPlots = "0.15.8" +Suppressor = "0.2.8"