From 9a1622e860ac7578f4d091ad5472b22bea8606d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 03:34:52 +0000 Subject: [PATCH] Update Extents requirement to 0.1.6 Updates the requirements on [Extents](https://github.com/rafaqz/Extents.jl) to permit the latest version. - [Release notes](https://github.com/rafaqz/Extents.jl/releases) - [Commits](https://github.com/rafaqz/Extents.jl/compare/v0.1.3...v0.1.6) --- updated-dependencies: - dependency-name: Extents dependency-version: 0.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Project.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index ce8d3d6..77fbca2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -11,4 +11,7 @@ WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008" YAXArrays = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c" [sources] -PyramidScheme = { path = ".." } \ No newline at end of file +PyramidScheme = { path = ".." } + +[compat] +Extents = "0.1.6"