From 5c76fafeea3926b32287b1cdb39688a3dc30aa2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 13:08:42 +0000 Subject: [PATCH] Update Suppressor requirement to 0.2.8 in /test 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] --- test/Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Project.toml b/test/Project.toml index 519cbc4..b89b2eb 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -13,3 +13,6 @@ Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" + +[compat] +Suppressor = "0.2.8"