From c8707df57d147c8df9b80e09bc8a5e3cfd8651d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:35:28 +0000 Subject: [PATCH] Update ImageMorphology requirement to 0.4.7 Updates the requirements on [ImageMorphology](https://github.com/JuliaImages/ImageMorphology.jl) to permit the latest version. - [Release notes](https://github.com/JuliaImages/ImageMorphology.jl/releases) - [Changelog](https://github.com/JuliaImages/ImageMorphology.jl/blob/master/CHANGELOG.md) - [Commits](https://github.com/JuliaImages/ImageMorphology.jl/compare/v0.0.1...v0.4.7) --- updated-dependencies: - dependency-name: ImageMorphology dependency-version: 0.4.7 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 c03257c..9406015 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -23,4 +23,5 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] +ImageMorphology = "0.4.7" Literate = "2"