From ae7a435fd62e63d81ff37e9e3051877280ad91ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 12:34:41 +0000 Subject: [PATCH] Update ImageShow requirement to 0.3.8 Updates the requirements on [ImageShow](https://github.com/JuliaImages/ImageShow.jl) to permit the latest version. - [Release notes](https://github.com/JuliaImages/ImageShow.jl/releases) - [Commits](https://github.com/JuliaImages/ImageShow.jl/compare/v0.3.0...v0.3.8) --- updated-dependencies: - dependency-name: ImageShow dependency-version: 0.3.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 c3a69f9a..9383e78e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -12,3 +12,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [sources] MLDatasets = {path = ".."} + +[compat] +ImageShow = "0.3.8"