From c2d4a37c3b27a363f6c2b2eed4dfaa5ec14f2e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:47:07 +0000 Subject: [PATCH] Update ArnoldiMethod requirement from 0.2 to 0.2, 0.4 Updates the requirements on [ArnoldiMethod](https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl) to permit the latest version. - [Release notes](https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl/releases) - [Changelog](https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl/blob/master/NEWS.md) - [Commits](https://github.com/JuliaLinearAlgebra/ArnoldiMethod.jl/compare/v0.2.0...v0.4.0) --- updated-dependencies: - dependency-name: ArnoldiMethod dependency-version: 0.4.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 d05cbf2..c2e0dc5 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] -ArnoldiMethod = "0.2" +ArnoldiMethod = "0.2, 0.4" Clustering = "0.14" Graphs = "1.4" julia = "1"