From 38ede1ac60c60489c7b01e5d3ba55e6c52f60a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:25:18 +0000 Subject: [PATCH] Bump Unitful in /test Updates the requirements on [Unitful](https://github.com/JuliaPhysics/Unitful.jl) to permit the latest version. Updates `Unitful` to 1.28.0 - [Release notes](https://github.com/JuliaPhysics/Unitful.jl/releases) - [Changelog](https://github.com/JuliaPhysics/Unitful.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaPhysics/Unitful.jl/compare/v0.0.1...v1.28.0) --- updated-dependencies: - dependency-name: Unitful dependency-version: 1.28.0 dependency-type: direct:production dependency-group: julia ... 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 e30e2ba..4a5dd1b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,3 +19,4 @@ UnitfulAstro = "6112ee07-acf9-5e0f-b108-d242c714bf9f" [compat] StableRNGs = "1" +Unitful = "1.28.0"