From 55ad1b3863819cb8ec08a925c3eab09a8109aff5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:48:39 +0000 Subject: [PATCH] Update SafeTestsets requirement to 0.1.0 in /test Updates the requirements on [SafeTestsets](https://github.com/YingboMa/SafeTestsets.jl) to permit the latest version. - [Release notes](https://github.com/YingboMa/SafeTestsets.jl/releases) - [Commits](https://github.com/YingboMa/SafeTestsets.jl/compare/v0.0.1...v0.1.0) --- updated-dependencies: - dependency-name: SafeTestsets dependency-version: 0.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index 03961a6..64fdfc4 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -16,4 +16,5 @@ TimeZones = "f269a46b-ccf7-5d73-abea-4c690281aa53" [compat] Pipe = "1.3.0" +SafeTestsets = "0.1.0" TimeZones = "1.22.2"