From ee108bce53a4a482878f303d5aec357c9aaadb4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:26:28 +0000 Subject: [PATCH] build(deps): update StridedViews requirement from 0.2.1, 0.3, 0.4 to 0.2.1, 0.3, 0.4, 0.5 Updates the requirements on [StridedViews](https://github.com/QuantumKitHub/StridedViews.jl) to permit the latest version. Updates `StridedViews` to 0.5.1 - [Release notes](https://github.com/QuantumKitHub/StridedViews.jl/releases) - [Commits](https://github.com/QuantumKitHub/StridedViews.jl/commits/v0.5.1) --- updated-dependencies: - dependency-name: StridedViews dependency-version: 0.5.1 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 3ca4184..9efa2a6 100644 --- a/Project.toml +++ b/Project.toml @@ -37,6 +37,6 @@ FileIO = "1" MD5 = "0.2.1" OrderedCollections = "1.8.1" PkgVersion = "0.3.3" -StridedViews = "0.2.1, 0.3, 0.4" +StridedViews = "0.2.1, 0.3, 0.4, 0.5" YAML = "0.4.9" julia = "1.10"