From bcff477fd9b9d924d1c06432cb37fbc7d05343f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 18:41:18 +0000 Subject: [PATCH 1/2] Update FiniteDifferences requirement to 0.12.33 Updates the requirements on [FiniteDifferences](https://github.com/JuliaDiff/FiniteDifferences.jl) to permit the latest version. Updates `FiniteDifferences` to 0.12.33 - [Release notes](https://github.com/JuliaDiff/FiniteDifferences.jl/releases) - [Commits](https://github.com/JuliaDiff/FiniteDifferences.jl/compare/v0.1.0...v0.12.33) --- updated-dependencies: - dependency-name: FiniteDifferences dependency-version: 0.12.33 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 0a29fbc72..1be8b853f 100644 --- a/Project.toml +++ b/Project.toml @@ -34,6 +34,7 @@ Accessors = "0.1" ChainRulesCore = "1.0" Compat = "3.46, 4.2" DocStringExtensions = "0.9.3" +FiniteDifferences = "0.12.33" KrylovKit = "0.9.5, 0.10" LinearAlgebra = "1" LoggingExtras = "1" From 67b33189491600acbb2279b1f83f9f2b20fdfd1c Mon Sep 17 00:00:00 2001 From: lkdvos Date: Fri, 8 May 2026 07:46:23 -0400 Subject: [PATCH 2/2] Update FiniteDifferences to 0.12 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1be8b853f..ca18875e4 100644 --- a/Project.toml +++ b/Project.toml @@ -34,7 +34,7 @@ Accessors = "0.1" ChainRulesCore = "1.0" Compat = "3.46, 4.2" DocStringExtensions = "0.9.3" -FiniteDifferences = "0.12.33" +FiniteDifferences = "0.12" KrylovKit = "0.9.5, 0.10" LinearAlgebra = "1" LoggingExtras = "1"