From d6a69784f280548f48b5a9ad3aaad9d206161d5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:01:29 +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 668ec1cf2..3d0abc9b1 100644 --- a/Project.toml +++ b/Project.toml @@ -56,6 +56,6 @@ Strided = "2" TensorKitSectors = "0.3.7" TensorOperations = "5.5" TupleTools = "1.5" -VectorInterface = "0.4.8, 0.5" +VectorInterface = "0.4.8, 0.5, 0.6" cuTENSOR = "6" julia = "1.10"