From 62ebe3b76d52aa22a97e0c21e661e66929ef676e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 20:54:01 +0000 Subject: [PATCH] Update PtrArrays requirement to 1.4.0 Updates the requirements on [PtrArrays](https://github.com/LilithHafner/PtrArrays.jl) to permit the latest version. - [Release notes](https://github.com/LilithHafner/PtrArrays.jl/releases) - [Commits](https://github.com/LilithHafner/PtrArrays.jl/compare/v1.2.0...v1.4.0) --- updated-dependencies: - dependency-name: PtrArrays dependency-version: 1.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Project.toml b/test/Project.toml index c246577..112d4ae 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -20,5 +20,6 @@ StridedViews = {path = ".."} [compat] Aqua = "0.8" Pkg = "1" +PtrArrays = "1.4.0" Random = "1" Test = "1"