From dc1a7f374f66164cd8e92c8ed22a37d53dc61669 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 12:05:56 +0000 Subject: [PATCH] Update FixedPointNumbers requirement from 0.8 to 0.8, 0.9 Updates the requirements on [FixedPointNumbers](https://github.com/JuliaMath/FixedPointNumbers.jl) to permit the latest version. - [Release notes](https://github.com/JuliaMath/FixedPointNumbers.jl/releases) - [Commits](https://github.com/JuliaMath/FixedPointNumbers.jl/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: FixedPointNumbers dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dbeb7fb..3a3b757 100644 --- a/Project.toml +++ b/Project.toml @@ -15,7 +15,7 @@ libwebp_jll = "c5f90fcd-3b7e-5836-afba-fc50a0988cb2" CEnum = "0.4, 0.5" ColorTypes = "0.11, 0.12" FileIO = "1" -FixedPointNumbers = "0.8" +FixedPointNumbers = "0.8, 0.9" ImageCore = "0.10" julia = "1" libwebp_jll = "1"