From 69f10f397e94ca701d05f4a7f74dd160303f57cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 20:48:31 +0000 Subject: [PATCH] Update VectorInterface requirement from 0.4.8, 0.5 to 0.4.8, 0.5, 0.6 Updates the requirements on [VectorInterface](https://github.com/QuantumKitHub/VectorInterface.jl) to permit the latest version. Updates `VectorInterface` to 0.6.0 - [Release notes](https://github.com/QuantumKitHub/VectorInterface.jl/releases) - [Commits](https://github.com/QuantumKitHub/VectorInterface.jl/commits/v0.6.0) --- updated-dependencies: - dependency-name: VectorInterface dependency-version: 0.6.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ee8ccda..b84e4b6 100644 --- a/Project.toml +++ b/Project.toml @@ -41,7 +41,7 @@ TensorOperations = "5" Test = "1" TestExtras = "0.2, 0.3" TupleTools = "1" -VectorInterface = "0.4.8, 0.5" +VectorInterface = "0.4.8, 0.5, 0.6" julia = "1.10" [extras]